Searched refs:findLoopInstr (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 341 MachineInstr *findLoopInstr(MachineBasicBlock *BB, unsigned EndLoopOp,
|
| H A D | HexagonInstrInfo.cpp | 152 MachineInstr *HexagonInstrInfo::findLoopInstr(MachineBasicBlock *BB, in findLoopInstr() function in HexagonInstrInfo 182 if (MachineInstr *Loop = findLoopInstr(PB, EndLoopOp, TargetBB, Visited)) in findLoopInstr() 625 MachineInstr *Loop = findLoopInstr(TBB, EndLoopOp, Cond[1].getMBB(), in insertBranch() 667 MachineInstr *Loop = findLoopInstr(TBB, EndLoopOp, Cond[1].getMBB(), in insertBranch() 767 MachineInstr *LoopInst = findLoopInstr( in analyzeLoopForPipelining()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 693 findLoopInstr(MachineBasicBlock &PreHeader,
|
| H A D | PPCInstrInfo.cpp | 5440 if (MachineInstr *LoopInst = findLoopInstr(*Preheader, Visited)) { in analyzeLoopForPipelining() 5450 MachineInstr *PPCInstrInfo::findLoopInstr( in findLoopInstr() function in PPCInstrInfo
|