Searched refs:PreRegAlloc (Results 1 – 3 of 3) sorted by relevance
67 bool PreRegAlloc; member in __anon1a9e51fa0111::TailDuplicatePass79 MachineFunctionPass(ID), PreRegAlloc(false) {} in TailDuplicatePass()135 PreRegAlloc = MRI->isSSA(); in runOnMachineFunction()218 if (PreRegAlloc) in TailDuplicateAndUpdate()304 if (PreRegAlloc && TailDupVerify) { in TailDuplicateBlocks()323 if (PreRegAlloc && TailDupVerify) in TailDuplicateBlocks()568 if (HasIndirectbr && PreRegAlloc) in shouldTailDuplicate()582 if (PreRegAlloc && I->isReturn()) in shouldTailDuplicate()588 if (PreRegAlloc && I->isCall()) in shouldTailDuplicate()598 if (HasIndirectbr && PreRegAlloc) in shouldTailDuplicate()[all …]
70 bool PreRegAlloc; member in __anon0cec8a4e0111::MachineLICM119 MachineFunctionPass(ID), PreRegAlloc(true) { in MachineLICM()124 MachineFunctionPass(ID), PreRegAlloc(PreRA) { in MachineLICM()331 PreRegAlloc = MRI->isSSA(); in runOnMachineFunction()333 if (PreRegAlloc) in runOnMachineFunction()339 if (PreRegAlloc) { in runOnMachineFunction()363 if (PreRegAlloc && !LoopIsOuterMostWithPredecessor(CurLoop)) { in runOnMachineFunction()370 if (!PreRegAlloc) in runOnMachineFunction()1320 if (TII->produceSameValue(MI, PrevMI, (PreRegAlloc ? MRI : 0))) in LookForDuplicate()
168 bool PreRegAlloc; member in __anon5b69e3090111::IfConverter282 PreRegAlloc = MRI->isSSA(); in INITIALIZE_PASS_DEPENDENCY()285 if (!PreRegAlloc) { in INITIALIZE_PASS_DEPENDENCY()