Searched refs:findLoopInstr (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | find-loop-instr.ll | 5 ; same loop. The findLoopInstr would encounter for one endloop would encounter
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 349 MachineInstr *findLoopInstr(MachineBasicBlock *BB, unsigned EndLoopOp,
|
| H A D | HexagonInstrInfo.cpp | 196 MachineInstr *HexagonInstrInfo::findLoopInstr(MachineBasicBlock *BB, in findLoopInstr() function in HexagonInstrInfo 226 if (MachineInstr *Loop = findLoopInstr(PB, EndLoopOp, TargetBB, Visited)) in findLoopInstr() 667 MachineInstr *Loop = findLoopInstr(TBB, EndLoopOp, Cond[1].getMBB(), in insertBranch() 709 MachineInstr *Loop = findLoopInstr(TBB, EndLoopOp, Cond[1].getMBB(), in insertBranch() 809 MachineInstr *LoopInst = findLoopInstr( in analyzeLoopForPipelining()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 794 findLoopInstr(MachineBasicBlock &PreHeader,
|
| H A D | PPCInstrInfo.cpp | 5492 if (MachineInstr *LoopInst = findLoopInstr(*Preheader, Visited)) { in analyzeLoopForPipelining() 5502 MachineInstr *PPCInstrInfo::findLoopInstr( in findLoopInstr() function in PPCInstrInfo
|