Home
last modified time | relevance | path

Searched refs:LookupDomTree (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp410 function_ref<DominatorTree &(Function &)> LookupDomTree; member
438 function_ref<DominatorTree &(Function &)> LookupDomTree, in DevirtModule()
441 : M(M), AARGetter(AARGetter), LookupDomTree(LookupDomTree), in DevirtModule()
543 function_ref<DominatorTree &(Function &)> LookupDomTree);
580 auto LookupDomTree = [this](Function &F) -> DominatorTree & { in runOnModule() local
586 LookupDomTree); in runOnModule()
626 auto LookupDomTree = [&FAM](Function &F) -> DominatorTree & { in run() local
639 function_ref<DominatorTree &(Function &)> LookupDomTree) { in runForTesting() argument
657 M, AARGetter, OREGetter, LookupDomTree, in runForTesting()
1376 auto &DT = LookupDomTree(*CI->getFunction()); in scanTypeTestUsers()
[all …]
H A DGlobalOpt.cpp1771 function_ref<DominatorTree &(Function &)> LookupDomTree) { in isPointerValueDeadOnEntryToFunction() argument
1815 auto &DT = LookupDomTree(*const_cast<Function *>(F)); in isPointerValueDeadOnEntryToFunction()
1908 function_ref<DominatorTree &(Function &)> LookupDomTree) { in processInternalGlobal() argument
1926 LookupDomTree)) { in processInternalGlobal()
2273 auto &DT = LookupDomTree(*F); in OptimizeFunctions()
2279 Changed |= processGlobal(*F, TLI, LookupDomTree); in OptimizeFunctions()
2350 Changed |= processGlobal(*GV, TLI, LookupDomTree); in OptimizeGlobalVars()
2905 function_ref<DominatorTree &(Function &)> LookupDomTree) { in optimizeGlobalsInModule() argument
2936 LocalChange |= OptimizeGlobalVars(M, TLI, LookupDomTree, in optimizeGlobalsInModule()
2962 auto LookupDomTree = [&FAM](Function &F) -> DominatorTree &{ in run() local
[all …]
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp934 DominatorTree &DT = LookupDomTree(); in performCallSlotOptzn()
1369 DominatorTree &DT = LookupDomTree(); in processByValArgument()
1414 DominatorTree &DT = LookupDomTree(); in iterateOnFunction()
1467 auto LookupDomTree = [&]() -> DominatorTree & { in run() local
1472 LookupAssumptionCache, LookupDomTree); in run()
1493 LookupDomTree = std::move(LookupDomTree_); in runImpl()
1525 auto LookupDomTree = [this]() -> DominatorTree & { in runOnFunction() local
1530 LookupDomTree); in runOnFunction()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DMemCpyOptimizer.h45 std::function<DominatorTree &()> LookupDomTree; variable