Home
last modified time | relevance | path

Searched defs:LookupDomTree (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp78 function_ref<DominatorTree &(Function &)> LookupDomTree; member
122 auto LookupDomTree = [this](Function &F) -> DominatorTree & { in runOnModule() local
268 auto LookupDomTree = [&FAM](Function &F) -> DominatorTree & { in run() local
DGlobalOpt.cpp1322 function_ref<DominatorTree &(Function &)> LookupDomTree) { in isPointerValueDeadOnEntryToFunction()
1460 function_ref<DominatorTree &(Function &)> LookupDomTree) { in processInternalGlobal()
1606 function_ref<DominatorTree &(Function &)> LookupDomTree) { in processGlobal()
1894 function_ref<DominatorTree &(Function &)> LookupDomTree, in OptimizeFunctions()
2012 function_ref<DominatorTree &(Function &)> LookupDomTree, in OptimizeGlobalVars()
2586 function_ref<DominatorTree &(Function &)> LookupDomTree) { in optimizeGlobalsInModule()
2642 auto LookupDomTree = [&FAM](Function &F) -> DominatorTree &{ in run() local
2675 auto LookupDomTree = [this](Function &F) -> DominatorTree & { in runOnModule() local
DWholeProgramDevirt.cpp501 function_ref<DominatorTree &(Function &)> LookupDomTree; member
721 auto LookupDomTree = [this](Function &F) -> DominatorTree & { in runOnModule() local
767 auto LookupDomTree = [&FAM](Function &F) -> DominatorTree & { in run() local
885 function_ref<DominatorTree &(Function &)> LookupDomTree) { in runForTesting()