Searched refs:LookupDomTree (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | LoopExtractor.cpp | 61 function_ref<DominatorTree &(Function &)> LookupDomTree, in LoopExtractor() 64 : NumLoops(NumLoops), LookupDomTree(LookupDomTree), in LoopExtractor() 73 function_ref<DominatorTree &(Function &)> LookupDomTree; member 117 auto LookupDomTree = [this](Function &F) -> DominatorTree & { in runOnModule() local 128 return LoopExtractor(NumLoops, LookupDomTree, LookupLoopInfo, LookupACT) in runOnModule() 176 DominatorTree &DT = LookupDomTree(F); in runOnFunction() 263 auto LookupDomTree = [&FAM](Function &F) -> DominatorTree & { in run() local 272 if (!LoopExtractor(NumLoops, LookupDomTree, LookupLoopInfo, in run()
|
| H A D | GlobalOpt.cpp | 1314 function_ref<DominatorTree &(Function &)> LookupDomTree) { in isPointerValueDeadOnEntryToFunction() argument 1358 auto &DT = LookupDomTree(*const_cast<Function *>(F)); in isPointerValueDeadOnEntryToFunction() 1451 function_ref<DominatorTree &(Function &)> LookupDomTree) { in forwardStoredOnceStore() argument 1470 auto &DT = LookupDomTree(*const_cast<Function *>(F)); in forwardStoredOnceStore() 1506 LookupDomTree)) { in processInternalGlobal() 1995 Changed |= processGlobal(F, GetTTI, GetTLI, LookupDomTree); in OptimizeFunctions() 2090 Changed |= processGlobal(GV, GetTTI, GetTLI, LookupDomTree); in OptimizeGlobalVars() 2527 auto LookupDomTree = [&FAM](Function &F) -> DominatorTree &{ in run() local 2573 auto LookupDomTree = [this](Function &F) -> DominatorTree & { in runOnModule() local 2587 auto ChangedCFGCallback = [&LookupDomTree](Function &F) { in runOnModule() [all …]
|
| H A D | WholeProgramDevirt.cpp | 546 function_ref<DominatorTree &(Function &)> LookupDomTree; member 584 function_ref<DominatorTree &(Function &)> LookupDomTree, in DevirtModule() 587 : M(M), AARGetter(AARGetter), LookupDomTree(LookupDomTree), in DevirtModule() 712 function_ref<DominatorTree &(Function &)> LookupDomTree); 761 auto LookupDomTree = [&FAM](Function &F) -> DominatorTree & { in run() local 765 if (DevirtModule::runForTesting(M, AARGetter, OREGetter, LookupDomTree)) in run() 769 if (!DevirtModule(M, AARGetter, OREGetter, LookupDomTree, ExportSummary, in run() 907 function_ref<DominatorTree &(Function &)> LookupDomTree) { in runForTesting() argument 932 DevirtModule(M, AARGetter, OREGetter, LookupDomTree, in runForTesting() 1864 auto &DT = LookupDomTree(*CI->getFunction()); in scanTypeTestUsers() [all …]
|