Home | History | Annotate | Download | only in R600

Lines Matching refs:handleJumpintoIfImp

288   int handleJumpintoIfImp(MachineBasicBlock *HeadMBB,
1196 int Num = handleJumpintoIfImp(HeadMBB, TrueMBB, FalseMBB);
1201 Num = handleJumpintoIfImp(HeadMBB, FalseMBB, TrueMBB);
1206 int AMDGPUCFGStructurizer::handleJumpintoIfImp(MachineBasicBlock *HeadMBB,
1215 dbgs() << "handleJumpintoIfImp head = BB" << HeadMBB->getNumber()