Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp455 BasicBlock *PopSucc = nullptr; in processSwitchInst() local
483 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()
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp435 BasicBlock *PopSucc = nullptr; in processSwitchInst() local
462 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()