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

Declarations

include/llvm/Analysis/DependenceAnalysis.h
  515     unsigned mapSrcLoop(const Loop *SrcLoop) const;

References

lib/Analysis/DependenceAnalysis.cpp
  899   Loops.set(mapSrcLoop(AddRec->getLoop()));
 2168     Level = mapSrcLoop(CurLoop);
 2188     Level = mapSrcLoop(CurLoop);
 2486         unsigned Level = mapSrcLoop(CurLoop);
 2925     unsigned K = SrcFlag ? mapSrcLoop(L) : mapDstLoop(L);