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

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1147 int StagePhi = Schedule.getStage(Phi) + PhiNum; local
1168 if (StagePhi == StageSched && Phi->isPHI()) {
1180 if (!InProlog && StagePhi + 1 == StageSched && !isLoopCarried(*Phi))
1182 if (StagePhi > StageSched && Phi->isPHI())
1184 if (!InProlog && !Phi->isPHI() && StagePhi < StageSched)

Completed in 111 milliseconds