Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp263 void replaceInstrUseOfBlockWith(MachineBasicBlock *SrcMBB,
668 void AMDGPUCFGStructurizer::replaceInstrUseOfBlockWith( in replaceInstrUseOfBlockWith() function in __anon4bd2a1920311::AMDGPUCFGStructurizer
1586 replaceInstrUseOfBlockWith(PredMBB, MBB, CloneMBB); in cloneBlockForPredecessor()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp1925 CFGTraits::replaceInstrUseOfBlockWith(preExitingBlk, preExitBlk, in addLoopEndbranchBlock()
1953 CFGTraits::replaceInstrUseOfBlockWith(curExitingBlk, curExitBlk, in addLoopEndbranchBlock()
2089 CFGTraits::replaceInstrUseOfBlockWith(predBlk, curBlk, cloneBlk); in cloneBlockForPredecessor()
2394 CFGTraits::replaceInstrUseOfBlockWith(curBlk, landBlk, newLandBlk); in recordLoopLandBlock()
3191 static void replaceInstrUseOfBlockWith(MachineBasicBlock *srcBlk, in replaceInstrUseOfBlockWith() function