Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dswp-carried-1.ll5 ; isLoopCarried was returning false in this case, and the generated
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h231 bool isLoopCarried(MachineInstr &Phi);
H A DMachinePipeliner.h608 bool isLoopCarried(SwingSchedulerDAG *SSD, MachineInstr &Phi);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DModuloSchedule.cpp91 if (isLoopCarried(*MI)) in expand()
513 if (isLoopCarried(*PhiInst)) in generateExistingPhis()
1151 else if (PrevReg && !isLoopCarried(*Phi) && in rewriteScheduledInstr()
1159 if (!InProlog && StagePhi + 1 == StageSched && !isLoopCarried(*Phi)) in rewriteScheduledInstr()
1181 bool ModuloScheduleExpander::isLoopCarried(MachineInstr &Phi) { in isLoopCarried() function in ModuloScheduleExpander
H A DMachinePipeliner.cpp2659 bool SMSchedule::isLoopCarried(SwingSchedulerDAG *SSD, MachineInstr &Phi) { in isLoopCarried() function in SMSchedule
2696 if (!isLoopCarried(SSD, *Phi)) in isLoopCarriedDefOfUse()