Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PreRegAlloc

70     bool PreRegAlloc;
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)))