Home
last modified time | relevance | path

Searched refs:PreRegAlloc (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DTailDuplication.cpp67 bool PreRegAlloc; member in __anon1a9e51fa0111::TailDuplicatePass
79 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 …]
DMachineLICM.cpp70 bool PreRegAlloc; member in __anon0cec8a4e0111::MachineLICM
119 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()
DIfConversion.cpp168 bool PreRegAlloc; member in __anon5b69e3090111::IfConverter
282 PreRegAlloc = MRI->isSSA(); in INITIALIZE_PASS_DEPENDENCY()
285 if (!PreRegAlloc) { in INITIALIZE_PASS_DEPENDENCY()