Home
last modified time | relevance | path

Searched refs:PopSucc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp437 BasicBlock *PopSucc = nullptr; in ProcessSwitchInst() local
468 PopSucc = I.BB; in ProcessSwitchInst()
491 Default = PopSucc; in ProcessSwitchInst()
493 [PopSucc](const CaseRange &R) { return R.BB == PopSucc; }); in ProcessSwitchInst()
503 PopSucc->removePredecessor(OrigBlock); in ProcessSwitchInst()