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

References

lib/Transforms/Scalar/LoopInterchange.cpp
  296   PHINode *InnerIndexVar = L->getCanonicalInductionVariable();
  299   if (L->getLoopLatch() == nullptr || L->getLoopPredecessor() == nullptr)
  299   if (L->getLoopLatch() == nullptr || L->getLoopPredecessor() == nullptr)
  301   for (BasicBlock::iterator I = L->getHeader()->begin(); isa<PHINode>(I); ++I) {