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

/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h520 unsigned mapDstLoop(const Loop *DstLoop) const;
728 const Loop *DstLoop,
745 const Loop *DstLoop) const;
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp722 const Loop *DstLoop = LI->getLoopFor(DstBlock); local
730 DstLoop = DstLoop->getParentLoop();
733 while (SrcLoop != DstLoop) {
735 DstLoop = DstLoop->getParentLoop();
752 unsigned DependenceAnalysis::mapDstLoop(const Loop *DstLoop) const {
753 unsigned D = DstLoop->getLoopDepth();
1783 const Loop *DstLoop,
1828 collectConstantUpperBound(DstLoop, 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 102 milliseconds