Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp1154 Instruction *CurrentTerm = CurrentBB->getTerminator(); in tryTrivialLoopUnswitch() local
1188 if (BranchInst *BI = dyn_cast<BranchInst>(CurrentTerm)) { in tryTrivialLoopUnswitch()
1199 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(CurrentTerm)) { in tryTrivialLoopUnswitch()
1212 CurrentTerm = CurrentBB->getTerminator(); in tryTrivialLoopUnswitch()
1220 if (BranchInst *BI = dyn_cast<BranchInst>(CurrentTerm)) { in tryTrivialLoopUnswitch()
1255 CurrentTerm); in tryTrivialLoopUnswitch()
1258 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(CurrentTerm)) { in tryTrivialLoopUnswitch()
DSimpleLoopUnswitch.cpp981 Instruction *CurrentTerm = CurrentBB->getTerminator(); in unswitchAllTrivialConditions() local
983 if (auto *SI = dyn_cast<SwitchInst>(CurrentTerm)) { in unswitchAllTrivialConditions()
1009 auto *BI = dyn_cast<BranchInst>(CurrentTerm); in unswitchAllTrivialConditions()