Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp991 auto LastCaseI = std::prev(SI.case_end()); in unswitchTrivialSwitch() local
993 SI.setDefaultDest(LastCaseI->getCaseSuccessor()); in unswitchTrivialSwitch()
995 0, SIW.getSuccessorWeight(LastCaseI->getSuccessorIndex())); in unswitchTrivialSwitch()
996 SIW.removeCase(LastCaseI); in unswitchTrivialSwitch()