Searched refs:findLoopInstr (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 350 MachineInstr *findLoopInstr(MachineBasicBlock *BB, unsigned EndLoopOp,
|
| H A D | HexagonInstrInfo.cpp | 197 MachineInstr *HexagonInstrInfo::findLoopInstr(MachineBasicBlock *BB, in findLoopInstr() function in HexagonInstrInfo 227 if (MachineInstr *Loop = findLoopInstr(PB, EndLoopOp, TargetBB, Visited)) in findLoopInstr() 668 MachineInstr *Loop = findLoopInstr(TBB, EndLoopOp, Cond[1].getMBB(), in insertBranch() 710 MachineInstr *Loop = findLoopInstr(TBB, EndLoopOp, Cond[1].getMBB(), in insertBranch() 810 MachineInstr *LoopInst = findLoopInstr( in analyzeLoopForPipelining()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 827 findLoopInstr(MachineBasicBlock &PreHeader,
|
| H A D | PPCInstrInfo.cpp | 5615 if (MachineInstr *LoopInst = findLoopInstr(*Preheader, Visited)) { in analyzeLoopForPipelining() 5625 MachineInstr *PPCInstrInfo::findLoopInstr( in findLoopInstr() function in PPCInstrInfo
|