Searched refs:findLoopInstr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 349 MachineInstr *findLoopInstr(MachineBasicBlock *BB, unsigned EndLoopOp,
|
| H A D | HexagonInstrInfo.cpp | 147 MachineInstr *HexagonInstrInfo::findLoopInstr(MachineBasicBlock *BB, in findLoopInstr() function in HexagonInstrInfo 177 if (MachineInstr *Loop = findLoopInstr(PB, EndLoopOp, TargetBB, Visited)) in findLoopInstr() 620 MachineInstr *Loop = findLoopInstr(TBB, EndLoopOp, Cond[1].getMBB(), in insertBranch() 662 MachineInstr *Loop = findLoopInstr(TBB, EndLoopOp, Cond[1].getMBB(), in insertBranch() 713 MachineInstr *Loop = findLoopInstr(&MBB, Cmp.getOpcode(), in reduceLoopCount()
|