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 62 bool PreRegAlloc;
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...]
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...]
  /external/llvm/lib/Target/ARM/
Thumb2ITBlockPass.cpp 27 bool PreRegAlloc;

Completed in 255 milliseconds