Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp441 BasicBlock *PopSucc = nullptr; in processSwitchInst() local
468 PopSucc = I.BB; in processSwitchInst()
485 assert(MaxPop > 0 && PopSucc); in processSwitchInst()
486 Default = PopSucc; in processSwitchInst()
489 [PopSucc](const CaseRange &R) { return R.BB == PopSucc; }), in processSwitchInst()