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

References

lib/Transforms/Utils/LoopUnroll.cpp
  309   if (!BI ||
  310       (BI->isUnconditional() && (!HeaderBI || HeaderBI->isUnconditional() ||
  318     return BI->isConditional() && BI->getSuccessor(S1) == Header &&
  318     return BI->isConditional() && BI->getSuccessor(S1) == Header &&
  319            !L->contains(BI->getSuccessor(S2));
  323   if (BI && BI->isConditional() && !CheckLatchSuccessors(0, 1) &&
  323   if (BI && BI->isConditional() && !CheckLatchSuccessors(0, 1) &&
  337   if (BI && !BI->isConditional() && HeaderBI && HeaderBI->isConditional() &&
  337   if (BI && !BI->isConditional() && HeaderBI && HeaderBI->isConditional() &&
  531   bool LatchIsExiting = BI->isConditional();
  534     ContinueOnTrue = L->contains(BI->getSuccessor(0));
  535     LoopExit = BI->getSuccessor(ContinueOnTrue);