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 721 const Loop *SrcLoop = LI->getLoopFor(SrcBlock);
726 SrcLoop = SrcLoop->getParentLoop();
733 while (SrcLoop != DstLoop) {
734 SrcLoop = SrcLoop->getParentLoop();
745 unsigned DependenceAnalysis::mapSrcLoop(const Loop *SrcLoop) const {
746 return SrcLoop->getLoopDepth();
    [all...]

Completed in 25 milliseconds