HomeSort by relevance Sort by last modified time
    Searched refs:SrcLoop (Results 1 - 10 of 10) 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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 512 unsigned mapSrcLoop(const Loop *SrcLoop) const;
729 const Loop *SrcLoop,
746 const Loop *SrcLoop,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 512 unsigned mapSrcLoop(const Loop *SrcLoop) const;
729 const Loop *SrcLoop,
746 const Loop *SrcLoop,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 512 unsigned mapSrcLoop(const Loop *SrcLoop) const;
729 const Loop *SrcLoop,
746 const Loop *SrcLoop,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 512 unsigned mapSrcLoop(const Loop *SrcLoop) const;
729 const Loop *SrcLoop,
746 const Loop *SrcLoop,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 512 unsigned mapSrcLoop(const Loop *SrcLoop) const;
729 const Loop *SrcLoop,
746 const Loop *SrcLoop,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 512 unsigned mapSrcLoop(const Loop *SrcLoop) const;
729 const Loop *SrcLoop,
746 const Loop *SrcLoop,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 512 unsigned mapSrcLoop(const Loop *SrcLoop) const;
729 const Loop *SrcLoop,
746 const Loop *SrcLoop,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 512 unsigned mapSrcLoop(const Loop *SrcLoop) const;
729 const Loop *SrcLoop,
746 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...]

Completed in 752 milliseconds