Displaying 5 results from an estimated 5 matches for "endpipeline".
2018 Jun 07
5
RFC: Pass Execution Instrumentation interface
... certain unique identifier for a pass (pass name?).
'PassExecutionCounter'
a number that uniquely identifies this particular pass
execution
in current pipeline, as tracked by Pass Manager.
void StartPipeline()
void EndPipeline()
Run at the start/end of a pass pipeline execution.
(useful for initialization/finalization purposes)
3. custom callbacks are registered with
PassInstrumentation::register* interfaces
A sequence of registered callbacks is called at each
instrumentation point as a...
2018 Jun 08
2
RFC: Pass Execution Instrumentation interface
...certain unique identifier for a pass (pass name?).
'PassExecutionCounter'
a number that uniquely identifies this particular pass
execution
in current pipeline, as tracked by Pass Manager.
void StartPipeline()
void EndPipeline()
Run at the start/end of a pass pipeline execution.
(useful for initialization/finalization purposes)
3. custom callbacks are registered with
PassInstrumentation::register* interfaces
A sequence of registered callbacks is called at each
instrumentation point as app...
2018 Jun 07
2
RFC: Pass Execution Instrumentation interface
... 'PassExecutionCounter'
> a number that uniquely identifies this
> particular pass
> execution
> in current pipeline, as tracked by Pass Manager.
>
> void StartPipeline()
> void EndPipeline()
>
> Run at the start/end of a pass pipeline execution.
> (useful for initialization/finalization purposes)
>
>
> 3. custom callbacks are registered with
> PassInstrumentation::register* interfaces
>
> A sequence of regist...
2018 Jun 08
2
RFC: Pass Execution Instrumentation interface
...gt; a number that uniquely identifies this particular
>>>> pass
>>>> execution
>>>> in current pipeline, as tracked by Pass Manager.
>>>>
>>>> void StartPipeline()
>>>> void EndPipeline()
>>>>
>>>> Run at the start/end of a pass pipeline execution.
>>>> (useful for initialization/finalization purposes)
>>>>
>>>>
>>>> 3. custom callbacks are registered with
>>>> PassInstrument...
2018 Jun 11
2
RFC: Pass Execution Instrumentation interface
...a number that uniquely identifies this particular
> pass
> execution
> in current pipeline, as tracked by Pass Manager.
>
> void StartPipeline()
> void EndPipeline()
>
> Run at the start/end of a pass pipeline execution.
> (useful for initialization/finalization purposes)
>
>
> 3. custom callbacks are registered with
&g...