Searched refs:EndLoopOp (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.cpp | 135 static MachineInstr *findLoopInstr(MachineBasicBlock *BB, int EndLoopOp, in findLoopInstr() argument 139 if (EndLoopOp == Hexagon::ENDLOOP0) { in findLoopInstr() 161 if (Opc == EndLoopOp) in findLoopInstr() 165 MachineInstr *loop = findLoopInstr(*PB, EndLoopOp, Visited); in findLoopInstr() 514 int EndLoopOp = Cond[0].getImm(); in InsertBranch() local 519 MachineInstr *Loop = findLoopInstr(TBB, EndLoopOp, VisitedBBs); in InsertBranch() 523 BuildMI(&MBB, DL, get(EndLoopOp)).addMBB(TBB); in InsertBranch() 554 int EndLoopOp = Cond[0].getImm(); in InsertBranch() local 559 MachineInstr *Loop = findLoopInstr(TBB, EndLoopOp, VisitedBBs); in InsertBranch() 563 BuildMI(&MBB, DL, get(EndLoopOp)).addMBB(TBB); in InsertBranch()
|