Searched refs:mergeIfthenelseBlock (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | AMDILCFGStructurizer.cpp | 295 void mergeIfthenelseBlock(MachineInstr *BranchMI, 1030 mergeIfthenelseBlock(BranchMI, MBB, TrueMBB, FalseMBB, LandBlk); in ifPatternMatch() 1419 void AMDGPUCFGStructurizer::mergeIfthenelseBlock(MachineInstr *BranchMI, in mergeIfthenelseBlock() function in __anon4bd2a1920311::AMDGPUCFGStructurizer
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILCFGStructurizer.cpp | 341 void mergeIfthenelseBlock(InstrT *BranchInstr, BlockT *CurBlock, 864 mergeIfthenelseBlock(branchInstr, curBlk, trueBlk, falseBlk, landBlk); in ifPatternMatch() 1519 void CFGStructurizer<PassT>::mergeIfthenelseBlock(InstrT *branchInstr, in mergeIfthenelseBlock() function in llvmCFGStruct::CFGStructurizer
|