Searched refs:PopSucc (Results 1 – 1 of 1) sorted by relevance
424 BasicBlock *PopSucc = nullptr; in ProcessSwitchInst() local452 PopSucc = I.BB; in ProcessSwitchInst()475 assert(MaxPop > 0 && PopSucc); in ProcessSwitchInst()476 Default = PopSucc; in ProcessSwitchInst()478 [PopSucc](const CaseRange &R) { return R.BB == PopSucc; }); in ProcessSwitchInst()487 PopSucc->removePredecessor(OrigBlock); in ProcessSwitchInst()