Searched refs:mapSrcLoop (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h514 /// mapSrcLoop - Given one of the loops containing the source, return
516 unsigned mapSrcLoop(const Loop *SrcLoop) const;
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp745 unsigned DependenceAnalysis::mapSrcLoop(const Loop *SrcLoop) const { function in class:DependenceAnalysis
817 Loops.set(mapSrcLoop(AddRec->getLoop()));
2057 Level = mapSrcLoop(CurLoop);
2077 Level = mapSrcLoop(CurLoop);
2387 unsigned Level = mapSrcLoop(CurLoop);
2836 unsigned K = SrcFlag ? mapSrcLoop(L) : mapDstLoop(L);

Completed in 34 milliseconds