Home
last modified time | relevance | path

Searched refs:StageSched (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DModuloSchedule.cpp1164 int StageSched = Schedule.getStage(OrigMI); in rewriteScheduledInstr() local
1168 if (StagePhi == StageSched && Phi->isPHI()) { in rewriteScheduledInstr()
1180 if (!InProlog && StagePhi + 1 == StageSched && !isLoopCarried(*Phi)) in rewriteScheduledInstr()
1182 if (StagePhi > StageSched && Phi->isPHI()) in rewriteScheduledInstr()
1184 if (!InProlog && !Phi->isPHI() && StagePhi < StageSched) in rewriteScheduledInstr()