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

/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h516 unsigned mapSrcLoop(const Loop *SrcLoop) const;
727 const Loop *SrcLoop,
744 const Loop *SrcLoop,
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp716 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); local
721 SrcLoop = SrcLoop->getParentLoop();
728 while (SrcLoop != DstLoop) {
729 SrcLoop = SrcLoop->getParentLoop();
740 unsigned DependenceAnalysis::mapSrcLoop(const Loop *SrcLoop) const {
741 return SrcLoop->getLoopDepth();
1777 const Loop *SrcLoop,
1813 collectConstantUpperBound(SrcLoop, Delt
1773 exactRDIVtest(const SCEV *SrcCoeff, const SCEV *DstCoeff, const SCEV *SrcConst, const SCEV *DstConst, const Loop *SrcLoop, const Loop *DstLoop, FullDependence &Result) const argument
2116 const Loop *SrcLoop, *DstLoop; local
[all...]

Completed in 68 milliseconds