Searched refs:CommonDest (Results 1 – 1 of 1) sorted by relevance
4171 PBI->setSuccessor(0, CommonDest); in SimplifyCondBranchToCondBranch()4212 for (PHINode &PN : CommonDest->phis()) { in SimplifyCondBranchToCondBranch()5503 BasicBlock **CommonDest, in getCaseResults() argument5544 if (!*CommonDest) in getCaseResults()5545 *CommonDest = CaseDest; in getCaseResults()5547 if (CaseDest != *CommonDest) in getCaseResults()5766 BasicBlock *CommonDest = nullptr; in trySwitchToSelect() local6251 BasicBlock *CommonDest = nullptr; in SwitchToLookupTable() local6331 Mod.getContext(), "switch.lookup", CommonDest->getParent(), CommonDest); in SwitchToLookupTable()6386 CommonDest->getParent(), CommonDest); in SwitchToLookupTable()[all …]