Searched refs:findLoopInstr (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.cpp | 136 static MachineInstr *findLoopInstr(MachineBasicBlock *BB, int EndLoopOp, in findLoopInstr() function 166 MachineInstr *loop = findLoopInstr(*PB, EndLoopOp, Visited); in findLoopInstr() 605 MachineInstr *Loop = findLoopInstr(TBB, EndLoopOp, VisitedBBs); in InsertBranch() 645 MachineInstr *Loop = findLoopInstr(TBB, EndLoopOp, VisitedBBs); in InsertBranch() 695 MachineInstr *Loop = findLoopInstr(&MBB, Cmp->getOpcode(), VisitedBBs); in reduceLoopCount()
|