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

1 2 3 4 5

  /external/llvm/tools/opt/
GraphPrinters.cpp 34 AU.addRequired<DominatorTreeWrapperPass>();
38 getAnalysis<DominatorTreeWrapperPass>().dump();
  /external/llvm/lib/Analysis/
DomPrinter.cpp 85 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) {
91 DominatorTreeWrapperPass, false, DominatorTree *,
95 : DOTGraphTraitsViewer<DominatorTreeWrapperPass, false, DominatorTree *,
103 DominatorTreeWrapperPass, true, DominatorTree *,
107 : DOTGraphTraitsViewer<DominatorTreeWrapperPass, true, DominatorTree *,
170 DominatorTreeWrapperPass, false, DominatorTree *,
174 : DOTGraphTraitsPrinter<DominatorTreeWrapperPass, false, DominatorTree *,
182 DominatorTreeWrapperPass, true, DominatorTree *,
186 : DOTGraphTraitsPrinter<DominatorTreeWrapperPass, true, DominatorTree *,
DominanceFrontier.cpp 25 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
40 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree());
46 AU.addRequired<DominatorTreeWrapperPass>();
RegionInfo.cpp 128 auto DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
146 AU.addRequiredTransitive<DominatorTreeWrapperPass>();
165 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyOptimizeReturned.cpp 33 AU.addRequired<DominatorTreeWrapperPass>();
34 AU.addPreserved<DominatorTreeWrapperPass>();
73 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
  /external/llvm/lib/Transforms/Utils/
Mem2Reg.cpp 80 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
88 AU.addRequired<DominatorTreeWrapperPass>();
99 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
SimplifyInstructions.cpp 102 const DominatorTreeWrapperPass *DTWP =
103 getAnalysisIfAvailable<DominatorTreeWrapperPass>();
  /external/llvm/lib/IR/
Dominators.cpp 330 // DominatorTreeWrapperPass Implementation
338 char DominatorTreeWrapperPass::ID = 0;
339 INITIALIZE_PASS(DominatorTreeWrapperPass, "domtree",
342 bool DominatorTreeWrapperPass::runOnFunction(Function &F) {
347 void DominatorTreeWrapperPass::verifyAnalysis() const {
352 void DominatorTreeWrapperPass::print(raw_ostream &OS, const Module *) const {
  /external/llvm/include/llvm/CodeGen/
StackProtector.h 125 AU.addPreserved<DominatorTreeWrapperPass>();
  /external/llvm/lib/CodeGen/
InterleavedAccessPass.cpp 78 AU.addRequired<DominatorTreeWrapperPass>();
79 AU.addPreserved<DominatorTreeWrapperPass>();
109 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
366 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
MachineFunctionPass.cpp 78 AU.addPreserved<DominatorTreeWrapperPass>();
  /external/llvm/lib/Target/Hexagon/
HexagonGenExtract.cpp 61 AU.addRequired<DominatorTreeWrapperPass>();
62 AU.addPreserved<DominatorTreeWrapperPass>();
79 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
248 DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 280 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
291 AU.addRequired<DominatorTreeWrapperPass>();
293 AU.addPreserved<DominatorTreeWrapperPass>();
302 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
LoopInstSimplify.cpp 71 DominatorTreeWrapperPass *DTWP =
72 getAnalysisIfAvailable<DominatorTreeWrapperPass>();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 128 AU.addPreserved<DominatorTreeWrapperPass>();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 128 AU.addPreserved<DominatorTreeWrapperPass>();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 128 AU.addPreserved<DominatorTreeWrapperPass>();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 128 AU.addPreserved<DominatorTreeWrapperPass>();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 128 AU.addPreserved<DominatorTreeWrapperPass>();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 128 AU.addPreserved<DominatorTreeWrapperPass>();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 128 AU.addPreserved<DominatorTreeWrapperPass>();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 128 AU.addPreserved<DominatorTreeWrapperPass>();
  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 131 AU.addRequired<DominatorTreeWrapperPass>();
132 AU.addPreserved<DominatorTreeWrapperPass>();
223 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
363 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>(
389 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>(
483 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>(F).getDomTree();
AArch64AddressTypePromotion.cpp 97 AU.addRequired<DominatorTreeWrapperPass>();
98 AU.addPreserved<DominatorTreeWrapperPass>();
148 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass)
378 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree();
  /external/llvm/unittests/Analysis/
CFGTest.cpp 84 AU.addRequired<DominatorTreeWrapperPass>();
93 &getAnalysis<DominatorTreeWrapperPass>().getDomTree();

Completed in 625 milliseconds

1 2 3 4 5