Searched refs:removeRedundantConditionalBranch (Results 1 – 2 of 2) sorted by relevance
331 void removeRedundantConditionalBranch(MachineBasicBlock *MBB);778 removeRedundantConditionalBranch(MBB); in prepare()1761 void AMDGPUCFGStructurizer::removeRedundantConditionalBranch( in removeRedundantConditionalBranch() function in __anon0389e81c0311::AMDGPUCFGStructurizer
357 void removeRedundantConditionalBranch(BlockT *SrcBlock);493 removeRedundantConditionalBranch(curBlk); in prepare()2227 void CFGStructurizer<PassT>::removeRedundantConditionalBranch(BlockT *srcBlk) { in removeRedundantConditionalBranch() function in llvmCFGStruct::CFGStructurizer