Searched refs:LookupDomTree (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| HD | 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 …]
|
| HD | GlobalOpt.cpp | 1804 function_ref<DominatorTree &(Function &)> LookupDomTree) { in isPointerValueDeadOnEntryToFunction() argument 1848 auto &DT = LookupDomTree(*const_cast<Function *>(F)); in isPointerValueDeadOnEntryToFunction() 1942 function_ref<DominatorTree &(Function &)> LookupDomTree) { in processInternalGlobal() argument 1960 LookupDomTree)) { in processInternalGlobal() 2084 function_ref<DominatorTree &(Function &)> LookupDomTree) { in processGlobal() argument 2115 return processInternalGlobal(GVar, GS, GetTLI, LookupDomTree) || Changed; in processGlobal() 2267 function_ref<DominatorTree &(Function &)> LookupDomTree, in OptimizeFunctions() argument 2309 auto &DT = LookupDomTree(*F); in OptimizeFunctions() 2315 Changed |= processGlobal(*F, GetTLI, LookupDomTree); in OptimizeFunctions() 2374 function_ref<DominatorTree &(Function &)> LookupDomTree, in OptimizeGlobalVars() argument [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | 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()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| HD | MemCpyOptimizer.h | 44 std::function<DominatorTree &()> LookupDomTree; variable
|