Searched refs:addSuccessorWithoutProb (Results 1 – 5 of 5) sorted by relevance
534 void MachineBasicBlock::addSuccessorWithoutProb(MachineBasicBlock *Succ) { in addSuccessorWithoutProb() function in MachineBasicBlock628 addSuccessorWithoutProb(Succ); in transferSuccessors()645 addSuccessorWithoutProb(Succ); in transferSuccessorsAndUpdatePHIs()
451 void addSuccessorWithoutProb(MachineBasicBlock *Succ);
1432 FuncInfo.MBB->addSuccessorWithoutProb(MSucc); in fastEmitBranch()1447 FuncInfo.MBB->addSuccessorWithoutProb(TrueMBB); in finishCondBranch()
1492 Src->addSuccessorWithoutProb(Dst); in addSuccessorWithProb()
2352 FuncInfo.MBB->addSuccessorWithoutProb(Target); in selectBranch()