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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp1036 Instruction *CurrentTerm = CurrentBB->getTerminator(); local
1070 if (BranchInst *BI = dyn_cast<BranchInst>(CurrentTerm)) {
1081 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(CurrentTerm)) {
1094 CurrentTerm = CurrentBB->getTerminator();
1102 if (BranchInst *BI = dyn_cast<BranchInst>(CurrentTerm)) {
1137 CurrentTerm);
1140 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(CurrentTerm)) {
H A DSimpleLoopUnswitch.cpp916 Instruction *CurrentTerm = CurrentBB->getTerminator();
918 if (auto *SI = dyn_cast<SwitchInst>(CurrentTerm)) {
944 auto *BI = dyn_cast<BranchInst>(CurrentTerm);

Completed in 77 milliseconds