Home | History | Annotate | Download | only in radeon

Lines Matching refs:handleJumpintoIfImp

327   int handleJumpintoIfImp(BlockT *HeadBlock, BlockT *TrueBlock,
1179 int num = handleJumpintoIfImp(headBlk, trueBlk, falseBlk);
1184 num = handleJumpintoIfImp(headBlk, falseBlk, trueBlk);
1190 int CFGStructurizer<PassT>::handleJumpintoIfImp(BlockT *headBlk,
1200 errs() << "handleJumpintoIfImp head = BB" << headBlk->getNumber()