Searched refs:insertInstrEnd (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | AMDILCFGStructurizer.cpp | 228 void insertInstrEnd(MachineBasicBlock *MBB, int NewOpcode, 453 void AMDGPUCFGStructurizer::insertInstrEnd(MachineBasicBlock *MBB, in insertInstrEnd() function in __anone3a43a910311::AMDGPUCFGStructurizer 1493 insertInstrEnd(DstBlk, AMDGPU::ENDLOOP, DebugLoc()); in mergeLooplandBlock() 1540 insertInstrEnd(ContingMBB, AMDGPU::CONTINUE, DL); in settleLoopcontBlock() 1541 insertInstrEnd(ContingMBB, AMDGPU::ENDIF, DL); in settleLoopcontBlock() 1556 insertInstrEnd(ContingMBB, AMDGPU::CONTINUE, in settleLoopcontBlock() 1688 insertInstrEnd(DummyExitBlk, AMDGPU::RETURN); in addDummyExitBlock()
|