HomeSort by relevance Sort by last modified time
    Searched refs:getDomTree (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h 43 const DominatorTree *getDomTree() const { return DT; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h 42 const DominatorTree *getDomTree() const { return DT; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h 42 const DominatorTree *getDomTree() const { return DT; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h 42 const DominatorTree *getDomTree() const { return DT; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h 42 const DominatorTree *getDomTree() const { return DT; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h 42 const DominatorTree *getDomTree() const { return DT; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h 42 const DominatorTree *getDomTree() const { return DT; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h 42 const DominatorTree *getDomTree() const { return DT; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h 42 const DominatorTree *getDomTree() const { return DT; }
  /external/llvm/lib/Analysis/
DominanceFrontier.cpp 40 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree());
DomPrinter.cpp 86 return &DTWP->getDomTree();
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyOptimizeReturned.cpp 73 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
  /external/llvm/lib/Transforms/Scalar/
LoopSimplifyCFG.cpp 93 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
  /external/llvm/lib/Transforms/Utils/
Mem2Reg.cpp 80 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
SimplifyInstructions.cpp 104 const DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr;
  /external/llvm/include/llvm/IR/
Dominators.h 240 DominatorTree &getDomTree() { return DT; }
241 const DominatorTree &getDomTree() const { return DT; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Dominators.h 244 DominatorTree &getDomTree() { return DT; }
245 const DominatorTree &getDomTree() const { return DT; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Dominators.h 244 DominatorTree &getDomTree() { return DT; }
245 const DominatorTree &getDomTree() const { return DT; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Dominators.h 244 DominatorTree &getDomTree() { return DT; }
245 const DominatorTree &getDomTree() const { return DT; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Dominators.h 244 DominatorTree &getDomTree() { return DT; }
245 const DominatorTree &getDomTree() const { return DT; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Dominators.h 244 DominatorTree &getDomTree() { return DT; }
245 const DominatorTree &getDomTree() const { return DT; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Dominators.h 244 DominatorTree &getDomTree() { return DT; }
245 const DominatorTree &getDomTree() const { return DT; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Dominators.h 244 DominatorTree &getDomTree() { return DT; }
245 const DominatorTree &getDomTree() const { return DT; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Dominators.h 244 DominatorTree &getDomTree() { return DT; }
245 const DominatorTree &getDomTree() const { return DT; }
  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 364 *NewPt->getParent()->getParent()).getDomTree();
390 *NewPt->getParent()->getParent()).getDomTree();
483 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>(F).getDomTree();

Completed in 708 milliseconds

1 2 3 4