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

References

lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  551       addInductionPhi(&Phi, ID, AllowedExit);
  601           AllowedExit.insert(&I);
  618           AllowedExit.insert(RedDes.getLoopExitInstr());
  639           addInductionPhi(Phi, ID, AllowedExit);
  654           addInductionPhi(Phi, ID, AllowedExit);
  785       if (hasOutsideLoopUser(TheLoop, &I, AllowedExit)) {
  791           AllowedExit.insert(&I);
 1204   for (auto *AE : AllowedExit) {