Searched refs:PopSucc (Results 1 – 2 of 2) sorted by relevance
455 BasicBlock *PopSucc = nullptr; in processSwitchInst() local483 PopSucc = I.BB; in processSwitchInst()504 assert(MaxPop > 0 && PopSucc); in processSwitchInst()505 Default = PopSucc; in processSwitchInst()508 Cases, [PopSucc](const CaseRange &R) { return R.BB == PopSucc; }), in processSwitchInst()518 PopSucc->removePredecessor(OrigBlock); in processSwitchInst()
435 BasicBlock *PopSucc = nullptr; in processSwitchInst() local462 PopSucc = I.BB; in processSwitchInst()479 assert(MaxPop > 0 && PopSucc); in processSwitchInst()480 Default = PopSucc; in processSwitchInst()483 [PopSucc](const CaseRange &R) { return R.BB == PopSucc; }), in processSwitchInst()