Searched refs:branchInstrPos (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILCFGStructurizer.cpp | 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() [all …]
|