Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1080 unsigned StageNum, unsigned PhiStage, unsigned LoopVal, unsigned LoopStage, in getPrevMapVal() argument
1085 if (PhiStage == LoopStage && VRMap[StageNum - 1].count(LoopVal)) in getPrevMapVal()
1102 LoopStage, VRMap, BB); in getPrevMapVal()
1122 unsigned LoopStage = (unsigned)Schedule.getStage(MRI.getVRegDef(LoopVal)); in rewritePhiValues() local
1128 getPrevMapVal(StageNum - np, PhiStage, LoopVal, LoopStage, VRMap, BB); in rewritePhiValues()
1207 int LoopStage = Schedule.getStage(Use); in isLoopCarried() local
1208 return (LoopCycle > DefCycle) || (LoopStage <= DefStage); in isLoopCarried()
H A DMachinePipeliner.cpp2683 int LoopStage = stageScheduled(UseSU); in isLoopCarried() local
2684 return (LoopCycle > DefCycle) || (LoopStage <= DefStage); in isLoopCarried()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h222 unsigned LoopStage, ValueMapTy *VRMap,