HomeSort by relevance Sort by last modified time
    Searched refs:PreRegAlloc (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
TailDuplication.cpp 67 bool PreRegAlloc;
79 MachineFunctionPass(ID), PreRegAlloc(false) {}
135 PreRegAlloc = MRI->isSSA();
218 if (PreRegAlloc)
304 if (PreRegAlloc && TailDupVerify) {
323 if (PreRegAlloc && TailDupVerify)
568 if (HasIndirectbr && PreRegAlloc)
582 if (PreRegAlloc && I->isReturn())
588 if (PreRegAlloc && I->isCall())
598 if (HasIndirectbr && PreRegAlloc)
    [all...]
MachineLICM.cpp 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)
    [all...]
IfConversion.cpp 161 bool PreRegAlloc;
273 PreRegAlloc = MRI->isSSA();
276 if (!PreRegAlloc) {
    [all...]

Completed in 47 milliseconds