Searched refs:insertInstrEnd (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDILCFGStructurizer.cpp | 197 void insertInstrEnd(MachineBasicBlock *MBB, int NewOpcode, 431 void AMDGPUCFGStructurizer::insertInstrEnd(MachineBasicBlock *MBB, in insertInstrEnd() function in AMDGPUCFGStructurizer 1415 insertInstrEnd(DstBlk, R600::ENDLOOP, DebugLoc()); in mergeLooplandBlock() 1462 insertInstrEnd(ContingMBB, R600::CONTINUE, DL); in settleLoopcontBlock() 1463 insertInstrEnd(ContingMBB, R600::ENDIF, DL); in settleLoopcontBlock() 1478 insertInstrEnd(ContingMBB, R600::CONTINUE, in settleLoopcontBlock() 1605 insertInstrEnd(DummyExitBlk, R600::RETURN); in addDummyExitBlock()
|