Searched defs:InProlog (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp3250 bool InProlog = (CurStageNum < Schedule.getMaxStageCount()); local
3277 if (PrevReg && InProlog)
3287 if (!InProlog && StagePhi + 1 == StageSched &&
3292 if (!InProlog && !Phi->isPHI() && StagePhi < StageSched)

Completed in 124 milliseconds