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

/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h516 unsigned mapSrcLoop(const Loop *SrcLoop) const;
727 const Loop *SrcLoop,
744 const Loop *SrcLoop,
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp721 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); local
726 SrcLoop = SrcLoop->getParentLoop();
733 while (SrcLoop != DstLoop) {
734 SrcLoop = SrcLoop->getParentLoop();
745 unsigned DependenceAnalysis::mapSrcLoop(const Loop *SrcLoop) const {
746 return SrcLoop->getLoopDepth();
1782 const Loop *SrcLoop,
1818 collectConstantUpperBound(SrcLoop, Delt
1778 exactRDIVtest(const SCEV *SrcCoeff, const SCEV *DstCoeff, const SCEV *SrcConst, const SCEV *DstConst, const Loop *SrcLoop, const Loop *DstLoop, FullDependence &Result) const argument
2121 const Loop *SrcLoop, *DstLoop; local
[all...]

Completed in 209 milliseconds