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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 522 unsigned mapSrcLoop(const Loop *SrcLoop) const;
739 const Loop *SrcLoop,
756 const Loop *SrcLoop,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DependenceAnalysis.h 512 unsigned mapSrcLoop(const Loop *SrcLoop) const;
740 const Loop *SrcLoop,
757 const Loop *SrcLoop,
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 713 const Loop *SrcLoop = LI->getLoopFor(SrcBlock);
718 SrcLoop = SrcLoop->getParentLoop();
725 while (SrcLoop != DstLoop) {
726 SrcLoop = SrcLoop->getParentLoop();
737 unsigned DependenceInfo::mapSrcLoop(const Loop *SrcLoop) const {
738 return SrcLoop->getLoopDepth();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DependenceAnalysis.cpp 728 const Loop *SrcLoop = LI->getLoopFor(SrcBlock);
733 SrcLoop = SrcLoop->getParentLoop();
740 while (SrcLoop != DstLoop) {
741 SrcLoop = SrcLoop->getParentLoop();
752 unsigned DependenceInfo::mapSrcLoop(const Loop *SrcLoop) const {
753 return SrcLoop->getLoopDepth();
    [all...]

Completed in 84 milliseconds