Searched refs:handleJumpintoIf (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp289 int handleJumpintoIf(MachineBasicBlock *HeadMBB,
1048 return NumMatch + handleJumpintoIf(MBB, TrueMBB, FalseMBB);
1195 int AMDGPUCFGStructurizer::handleJumpintoIf(MachineBasicBlock *HeadMBB, function in class:__anon10833::AMDGPUCFGStructurizer
1200 dbgs() << "handleJumpintoIf swap trueBlk and FalseBlk" << "\n";
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp325 int handleJumpintoIf(BlockT *HeadBlock, BlockT *TrueBlock,
842 return handleJumpintoIf(curBlk, trueBlk, falseBlk);
1176 int CFGStructurizer<PassT>::handleJumpintoIf(BlockT *headBlk, function in class:llvmCFGStruct::CFGStructurizer
1182 errs() << "handleJumpintoIf swap trueBlk and FalseBlk" << "\n";
1235 } //handleJumpintoIf

Completed in 53 milliseconds