Searched refs:LookupDomTree (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 447 function_ref<DominatorTree &(Function &)> LookupDomTree; member 475 function_ref<DominatorTree &(Function &)> LookupDomTree, in DevirtModule() 478 : M(M), AARGetter(AARGetter), LookupDomTree(LookupDomTree), in DevirtModule() 580 function_ref<DominatorTree &(Function &)> LookupDomTree); 649 auto LookupDomTree = [this](Function &F) -> DominatorTree & { in runOnModule() local 655 LookupDomTree); in runOnModule() 657 return DevirtModule(M, LegacyAARGetter(*this), OREGetter, LookupDomTree, in runOnModule() 695 auto LookupDomTree = [&FAM](Function &F) -> DominatorTree & { in run() local 698 if (!DevirtModule(M, AARGetter, OREGetter, LookupDomTree, ExportSummary, in run() 743 function_ref<DominatorTree &(Function &)> LookupDomTree) { in runForTesting() argument [all …]
|
D | GlobalOpt.cpp | 1800 function_ref<DominatorTree &(Function &)> LookupDomTree) { in isPointerValueDeadOnEntryToFunction() argument 1844 auto &DT = LookupDomTree(*const_cast<Function *>(F)); in isPointerValueDeadOnEntryToFunction() 1938 function_ref<DominatorTree &(Function &)> LookupDomTree) { in processInternalGlobal() argument 1956 LookupDomTree)) { in processInternalGlobal() 2080 function_ref<DominatorTree &(Function &)> LookupDomTree) { in processGlobal() argument 2111 return processInternalGlobal(GVar, GS, GetTLI, LookupDomTree) || Changed; in processGlobal() 2263 function_ref<DominatorTree &(Function &)> LookupDomTree, in OptimizeFunctions() argument 2305 auto &DT = LookupDomTree(*F); in OptimizeFunctions() 2311 Changed |= processGlobal(*F, GetTLI, LookupDomTree); in OptimizeFunctions() 2370 function_ref<DominatorTree &(Function &)> LookupDomTree, in OptimizeGlobalVars() argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 845 DominatorTree &DT = LookupDomTree(); in performCallSlotOptzn() 1283 DominatorTree &DT = LookupDomTree(); in processByValArgument() 1328 DominatorTree &DT = LookupDomTree(); in iterateOnFunction() 1381 auto LookupDomTree = [&]() -> DominatorTree & { in run() local 1386 LookupAssumptionCache, LookupDomTree); in run() 1407 LookupDomTree = std::move(LookupDomTree_); in runImpl() 1439 auto LookupDomTree = [this]() -> DominatorTree & { in runOnFunction() local 1444 LookupDomTree); in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
D | MemCpyOptimizer.h | 44 std::function<DominatorTree &()> LookupDomTree; variable
|