Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp714 auto LastCaseI = std::prev(SI.case_end()); in unswitchTrivialSwitch() local
715 SI.setDefaultDest(LastCaseI->getCaseSuccessor()); in unswitchTrivialSwitch()
716 SI.removeCase(LastCaseI); in unswitchTrivialSwitch()