Searched refs:CommonDest (Results 1 – 1 of 1) sorted by relevance
4463 PBI->setSuccessor(0, CommonDest); in SimplifyCondBranchToCondBranch()4504 for (PHINode &PN : CommonDest->phis()) { in SimplifyCondBranchToCondBranch()5814 BasicBlock **CommonDest, in getCaseResults() argument5855 if (!*CommonDest) in getCaseResults()5856 *CommonDest = CaseDest; in getCaseResults()5858 if (CaseDest != *CommonDest) in getCaseResults()6077 BasicBlock *CommonDest = nullptr; in trySwitchToSelect() local6579 BasicBlock *CommonDest = nullptr; in SwitchToLookupTable() local6673 Mod.getContext(), "switch.lookup", CommonDest->getParent(), CommonDest); in SwitchToLookupTable()6747 CommonDest->getParent(), CommonDest); in SwitchToLookupTable()[all …]