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

Declarations

include/llvm/Transforms/Utils/LoopVersioning.h
   62   void versionLoop(const SmallVectorImpl<Instruction *> &DefsUsedOutside);

References

include/llvm/Transforms/Utils/LoopVersioning.h
   58   void versionLoop() { versionLoop(findDefsUsedOutsideOfLoop(VersionedLoop)); }
lib/Transforms/Scalar/LoopDistribute.cpp
  819       LVer.versionLoop(DefsUsedOutside);