reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/LoopUnswitch.cpp
 1059   Instruction *CurrentTerm = CurrentBB->getTerminator();
 1060   LLVMContext &Context = CurrentBB->getContext();
 1083     if (!currentLoop->contains(CurrentBB) || !Visited.insert(CurrentBB).second)
 1083     if (!currentLoop->contains(CurrentBB) || !Visited.insert(CurrentBB).second)
 1089     for (Instruction &I : *CurrentBB)
 1095         CurrentBB = BI->getSuccessor(0);
 1097         CurrentBB = BI->getSuccessor(0);
 1099         CurrentBB = BI->getSuccessor(1);
 1111       CurrentBB = SI->findCaseValue(Cond)->getCaseSuccessor();
 1117     CurrentTerm = CurrentBB->getTerminator();