Searched refs:CommonSucc (Results 1 – 1 of 1) sorted by relevance
666 BasicBlock *CommonSucc = nullptr; in registerPossiblyHoistableBranch() local668 CommonSucc = FalseDest; in registerPossiblyHoistableBranch()670 CommonSucc = TrueDest; in registerPossiblyHoistableBranch()675 CommonSucc = *TrueDestSucc.begin(); in registerPossiblyHoistableBranch()684 CommonSucc = &*It; in registerPossiblyHoistableBranch()695 if (CommonSucc && DT->dominates(BI, CommonSucc)) in registerPossiblyHoistableBranch()696 HoistableBranches[BI] = CommonSucc; in registerPossiblyHoistableBranch()770 BasicBlock *CommonSucc = HoistableBranches[BI]; in getOrCreateHoistedBlock() local791 BasicBlock *HoistCommonSucc = CreateHoistedBlock(CommonSucc); in getOrCreateHoistedBlock()