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

/external/llvm/lib/CodeGen/
H A DTailDuplication.cpp62 bool PreRegAlloc; member in class:__anon7427::TailDuplicatePass
74 MachineFunctionPass(ID), PreRegAlloc(false) {}
129 PreRegAlloc = MRI->isSSA();
209 if (PreRegAlloc)
295 if (PreRegAlloc && TailDupVerify) {
314 if (PreRegAlloc && TailDupVerify)
559 if (HasIndirectbr && PreRegAlloc)
573 if (PreRegAlloc && I->isReturn())
579 if (PreRegAlloc && I->isCall())
589 if (HasIndirectbr && PreRegAlloc)
[all...]
H A DMachineLICM.cpp70 bool PreRegAlloc; member in class:__anon7368::MachineLICM
119 MachineFunctionPass(ID), PreRegAlloc(true) {
124 MachineFunctionPass(ID), PreRegAlloc(PreRA) {
331 PreRegAlloc = MRI->isSSA();
333 if (PreRegAlloc)
339 if (PreRegAlloc) {
363 if (PreRegAlloc && !LoopIsOuterMostWithPredecessor(CurLoop)) {
370 if (!PreRegAlloc)
1320 if (TII->produceSameValue(MI, PrevMI, (PreRegAlloc ? MRI : 0)))
/external/llvm/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp27 bool PreRegAlloc; member in class:__anon7568::Thumb2ITBlockPass

Completed in 881 milliseconds