Lines Matching full:phase
82 // FirstInsertionPoint (if any) in this block. Calculated in Phase 1.
86 // this block, Calculated in Phase 1.
90 // block. Calculated in Phase 2.
94 // from all predecessor blocks. Calculated in Phase 2, and used by Phase 3.
97 // In Phase 1 we record the first instruction that has a mode requirement,
98 // which is used in Phase 3 if we need to insert a mode change.
238 // In Phase 1 we iterate through the instructions of the block and for each
250 // entry requirements in which case the insertion is deferred until Phase 3
263 // Phase 3. It is set to false once we have set FirstInsertionPoint, or when in processBlockPhase1()
315 // the insertion of the setreg to Phase 3 where we know whether or in processBlockPhase1()
351 // In Phase 2 we revisit each block and calculate the common Mode register
416 // In Phase 3 we revisit each block and if it has an insertion point defined we
447 // Phase 1 - determine the initial mode required by each block, and add setreg in runOnMachineFunction()
452 // Phase 2 - determine the exit mode from each block. We add all blocks to the in runOnMachineFunction()
453 // list here, but will also add any that need to be revisited during Phase 2 in runOnMachineFunction()
462 // Phase 3 - add an initial setreg to each block where the required entry mode in runOnMachineFunction()