Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DAMDILCFGStructurizer.cpp304 void mergeIfthenelseBlock(MachineInstr *BranchMI,
1070 mergeIfthenelseBlock(BranchMI, MBB, TrueMBB, FalseMBB, LandBlk); in ifPatternMatch()
1498 void AMDGPUCFGStructurizer::mergeIfthenelseBlock(MachineInstr *BranchMI, in mergeIfthenelseBlock() function in __anon0389e81c0311::AMDGPUCFGStructurizer
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp341 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