Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1079 Instruction *CurrentTerm = CurrentBB->getTerminator(); in unswitchAllTrivialConditions() local
1081 if (auto *SI = dyn_cast<SwitchInst>(CurrentTerm)) { in unswitchAllTrivialConditions()
1107 auto *BI = dyn_cast<BranchInst>(CurrentTerm); in unswitchAllTrivialConditions()