HomeSort by: relevance | last modified time | path
    Searched refs:SrcLoop (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 516 unsigned mapSrcLoop(const Loop *SrcLoop) const;
744 const Loop *SrcLoop,
761 const Loop *SrcLoop,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 750 const Loop *SrcLoop = LI->getLoopFor(SrcBlock);
755 SrcLoop = SrcLoop->getParentLoop();
762 while (SrcLoop != DstLoop) {
763 SrcLoop = SrcLoop->getParentLoop();
774 unsigned DependenceInfo::mapSrcLoop(const Loop *SrcLoop) const {
775 return SrcLoop->getLoopDepth();
1871 const Loop *SrcLoop, const Loop *DstLoop,
1907 collectConstantUpperBound(SrcLoop, Delta->getType()))
    [all...]

Completed in 32 milliseconds