Home
last modified time | relevance | path

Searched refs:insertInstrEnd (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp191 void insertInstrEnd(MachineBasicBlock *MBB, int NewOpcode,
425 void R600MachineCFGStructurizer::insertInstrEnd(MachineBasicBlock *MBB, in insertInstrEnd() function in R600MachineCFGStructurizer
1393 insertInstrEnd(DstBlk, R600::ENDLOOP, DebugLoc()); in mergeLooplandBlock()
1440 insertInstrEnd(ContingMBB, R600::CONTINUE, DL); in settleLoopcontBlock()
1441 insertInstrEnd(ContingMBB, R600::ENDIF, DL); in settleLoopcontBlock()
1456 insertInstrEnd(ContingMBB, R600::CONTINUE, in settleLoopcontBlock()
1582 insertInstrEnd(DummyExitBlk, R600::RETURN); in addDummyExitBlock()