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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 526 unsigned mapDstLoop(const Loop *DstLoop) const;
740 const Loop *DstLoop,
757 const Loop *DstLoop) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 516 unsigned mapDstLoop(const Loop *DstLoop) const;
730 const Loop *DstLoop,
747 const Loop *DstLoop) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 516 unsigned mapDstLoop(const Loop *DstLoop) const;
730 const Loop *DstLoop,
747 const Loop *DstLoop) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 516 unsigned mapDstLoop(const Loop *DstLoop) const;
730 const Loop *DstLoop,
747 const Loop *DstLoop) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 516 unsigned mapDstLoop(const Loop *DstLoop) const;
730 const Loop *DstLoop,
747 const Loop *DstLoop) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 516 unsigned mapDstLoop(const Loop *DstLoop) const;
730 const Loop *DstLoop,
747 const Loop *DstLoop) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 516 unsigned mapDstLoop(const Loop *DstLoop) const;
730 const Loop *DstLoop,
747 const Loop *DstLoop) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 516 unsigned mapDstLoop(const Loop *DstLoop) const;
730 const Loop *DstLoop,
747 const Loop *DstLoop) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 516 unsigned mapDstLoop(const Loop *DstLoop) const;
730 const Loop *DstLoop,
747 const Loop *DstLoop) const;
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 714 const Loop *DstLoop = LI->getLoopFor(DstBlock);
722 DstLoop = DstLoop->getParentLoop();
725 while (SrcLoop != DstLoop) {
727 DstLoop = DstLoop->getParentLoop();
744 unsigned DependenceInfo::mapDstLoop(const Loop *DstLoop) const {
745 unsigned D = DstLoop->getLoopDepth();
    [all...]

Completed in 289 milliseconds