search for: passexecutioncounter

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

2018 Jun 07
5
RFC: Pass Execution Instrumentation interface
...getPassInstrumentation()        (with context owning this object).   2. every single point of Pass execution in the (new) PassManager(s) will query      this analysis and run instrumentation call specific to a particular point.      Instrumentation points:         bool BeforePass (PassID, PassExecutionCounter);         void AfterPass (PassID, PassExecutionCounter);          Run before/after a particular pass execution              BeforePass instrumentation call returns true if this execution is allowed to run.             'PassID'                  certain unique identifier for a pass (p...
2018 Jun 08
2
RFC: Pass Execution Instrumentation interface
...::getPassInstrumentation() (with context owning this object). 2. every single point of Pass execution in the (new) PassManager(s) will query this analysis and run instrumentation call specific to a particular point. Instrumentation points: bool BeforePass (PassID, PassExecutionCounter); void AfterPass (PassID, PassExecutionCounter); Run before/after a particular pass execution BeforePass instrumentation call returns true if this execution is allowed to run. 'PassID' certain unique identifier for a pass (pa...
2018 Jun 07
2
RFC: Pass Execution Instrumentation interface
...>    2. every single point of Pass execution in the (new) > PassManager(s) > will query >       this analysis and run instrumentation call specific to a > particular point. > >       Instrumentation points: > >          bool BeforePass (PassID, PassExecutionCounter); >          void AfterPass (PassID, PassExecutionCounter); > >           Run before/after a particular pass execution >               BeforePass instrumentation call returns true if this > execution is allowed to run. > >              'PassID' >...
2018 Jun 08
2
RFC: Pass Execution Instrumentation interface
...the (new) PassManager(s) >>>> will query >>>> this analysis and run instrumentation call specific to a >>>> particular point. >>>> >>>> Instrumentation points: >>>> >>>> bool BeforePass (PassID, PassExecutionCounter); >>>> void AfterPass (PassID, PassExecutionCounter); >>>> >>>> Run before/after a particular pass execution >>>> BeforePass instrumentation call returns true if this >>>> execution is allowed to run. >&...
2018 Jun 11
2
RFC: Pass Execution Instrumentation interface
...t; this analysis and run instrumentation call > specific to a > particular point. > > Instrumentation points: > > bool BeforePass (PassID, PassExecutionCounter); > void AfterPass (PassID, PassExecutionCounter); > > Run before/after a particular pass execution > BeforePass instrumentation call returns true if > this >...