Searched refs:addSuccessorWithoutProb (Results 1 – 5 of 5) sorted by relevance
537 void MachineBasicBlock::addSuccessorWithoutProb(MachineBasicBlock *Succ) { in addSuccessorWithoutProb() function in MachineBasicBlock631 addSuccessorWithoutProb(Succ); in transferSuccessors()648 addSuccessorWithoutProb(Succ); in transferSuccessorsAndUpdatePHIs()
390 void addSuccessorWithoutProb(MachineBasicBlock *Succ);
1455 FuncInfo.MBB->addSuccessorWithoutProb(MSucc); in fastEmitBranch()1470 FuncInfo.MBB->addSuccessorWithoutProb(TrueMBB); in finishCondBranch()
1597 Src->addSuccessorWithoutProb(Dst); in addSuccessorWithProb()
2374 FuncInfo.MBB->addSuccessorWithoutProb(Target); in selectBranch()