search for: endpipelin

Displaying 5 results from an estimated 5 matches for "endpipelin".

Did you mean: 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...
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 ap...
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 regis...
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 >>>> PassInstrumen...
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 &...