Lines Matching refs:branchInstrPos
1556 typename BlockT::iterator branchInstrPos = in mergeIfthenelseBlock() local
1558 CFGTraits::insertCondBranchBefore(branchInstrPos, in mergeIfthenelseBlock()
1564 curBlk->splice(branchInstrPos, trueBlk, FirstNonDebugInstr(trueBlk), trueBlk->end()); in mergeIfthenelseBlock()
1571 CFGTraits::insertInstrBefore(branchInstrPos, AMDGPU::ELSE, passRep); in mergeIfthenelseBlock()
1574 curBlk->splice(branchInstrPos, falseBlk, FirstNonDebugInstr(falseBlk), in mergeIfthenelseBlock()
1582 CFGTraits::insertInstrBefore(branchInstrPos, AMDGPU::ENDIF, passRep); in mergeIfthenelseBlock()
1719 typename BlockT::iterator branchInstrPos = in mergeLoopbreakBlock() local
1726 reversePredicateSetter(branchInstrPos); in mergeLoopbreakBlock()
1729 CFGTraits::insertCondBranchBefore(branchInstrPos, newOpcode, passRep, DL); in mergeLoopbreakBlock()
1735 CFGTraits::insertCondBranchBefore(branchInstrPos, newOpcode, passRep, DL); in mergeLoopbreakBlock()
1738 exitingBlk->splice(branchInstrPos, exitBlk, exitBlk->begin(), in mergeLoopbreakBlock()
1742 CFGTraits::insertAssignInstrBefore(branchInstrPos, passRep, setReg, 1); in mergeLoopbreakBlock()
1744 CFGTraits::insertInstrBefore(branchInstrPos, AMDGPU::BREAK, passRep); in mergeLoopbreakBlock()
1745 CFGTraits::insertInstrBefore(branchInstrPos, AMDGPU::ENDIF, passRep); in mergeLoopbreakBlock()
1775 typename BlockT::iterator branchInstrPos = in settleLoopcontBlock() local
1800 CFGTraits::insertCondBranchBefore(branchInstrPos, branchOpcode, passRep, DL); in settleLoopcontBlock()
1803 CFGTraits::insertAssignInstrBefore(branchInstrPos, passRep, setReg, 1); in settleLoopcontBlock()
1817 CFGTraits::insertCondBranchBefore(branchInstrPos, branchOpcode, passRep, DL); in settleLoopcontBlock()