Searched refs:replaceInstrUseOfBlockWith (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILCFGStructurizer.cpp | 1925 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
|
/external/llvm/lib/Target/R600/ |
D | AMDILCFGStructurizer.cpp | 268 void replaceInstrUseOfBlockWith(MachineBasicBlock *SrcMBB, 708 void AMDGPUCFGStructurizer::replaceInstrUseOfBlockWith( in replaceInstrUseOfBlockWith() function in __anon599839bc0311::AMDGPUCFGStructurizer 1666 replaceInstrUseOfBlockWith(PredMBB, MBB, CloneMBB); in cloneBlockForPredecessor()
|