HomeSort by relevance Sort by last modified time
    Searched refs:SrcLoop (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 516 unsigned mapSrcLoop(const Loop *SrcLoop) const;
727 const Loop *SrcLoop,
744 const Loop *SrcLoop,
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 716 const Loop *SrcLoop = LI->getLoopFor(SrcBlock);
721 SrcLoop = SrcLoop->getParentLoop();
728 while (SrcLoop != DstLoop) {
729 SrcLoop = SrcLoop->getParentLoop();
740 unsigned DependenceAnalysis::mapSrcLoop(const Loop *SrcLoop) const {
741 return SrcLoop->getLoopDepth();
    [all...]

Completed in 42 milliseconds