Searched refs:EndLoopOp (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() argument 140 if (EndLoopOp == Hexagon::ENDLOOP0) { in findLoopInstr() 162 if (Opc == EndLoopOp) in findLoopInstr() 166 MachineInstr *loop = findLoopInstr(*PB, EndLoopOp, Visited); in findLoopInstr() 600 int EndLoopOp = Cond[0].getImm(); in InsertBranch() local 605 MachineInstr *Loop = findLoopInstr(TBB, EndLoopOp, VisitedBBs); in InsertBranch() 609 BuildMI(&MBB, DL, get(EndLoopOp)).addMBB(TBB); in InsertBranch() 640 int EndLoopOp = Cond[0].getImm(); in InsertBranch() local 645 MachineInstr *Loop = findLoopInstr(TBB, EndLoopOp, VisitedBBs); in InsertBranch() 649 BuildMI(&MBB, DL, get(EndLoopOp)).addMBB(TBB); in InsertBranch()
|