Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dswp-carried-1.ll5 ; isLoopCarried was returning false in this case, and the generated
/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp672 bool isLoopCarried(SwingSchedulerDAG *SSD, MachineInstr &Phi);
2632 if (Schedule.isLoopCarried(this, *PhiInst)) in generateExistingPhis()
3279 else if (PrevReg && !Schedule.isLoopCarried(this, *Phi) && in rewriteScheduledInstr()
3288 !Schedule.isLoopCarried(this, *Phi)) in rewriteScheduledInstr()
3766 bool SMSchedule::isLoopCarried(SwingSchedulerDAG *SSD, MachineInstr &Phi) { in isLoopCarried() function in SMSchedule
3804 if (!isLoopCarried(SSD, *Phi)) in isLoopCarriedDefOfUse()
3878 if (isLoopCarried(SSD, *MI)) in finalizeSchedule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp712 bool isLoopCarried(SwingSchedulerDAG *SSD, MachineInstr &Phi);
2750 if (Schedule.isLoopCarried(this, *PhiInst)) in generateExistingPhis()
3402 else if (PrevReg && !Schedule.isLoopCarried(this, *Phi) && in rewriteScheduledInstr()
3411 !Schedule.isLoopCarried(this, *Phi)) in rewriteScheduledInstr()
3892 bool SMSchedule::isLoopCarried(SwingSchedulerDAG *SSD, MachineInstr &Phi) { in isLoopCarried() function in SMSchedule
3929 if (!isLoopCarried(SSD, *Phi)) in isLoopCarriedDefOfUse()
4148 if (isLoopCarried(SSD, *MI)) in finalizeSchedule()