search for: startpipelin

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

Did you mean: startpipeline
2018 Jun 07
5
RFC: Pass Execution Instrumentation interface
...   'PassID'                  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 eac...
2018 Jun 08
2
RFC: Pass Execution Instrumentation interface
...'PassID' 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...
2018 Jun 07
2
RFC: Pass Execution Instrumentation interface
...er 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 &g...
2018 Jun 08
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 r...
2018 Jun 11
2
RFC: Pass Execution Instrumentation interface
...39;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) > > >...