Searched refs:LookupDomTree (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/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 | 1362 function_ref<DominatorTree &(Function &)> LookupDomTree) { in isPointerValueDeadOnEntryToFunction() argument 1394 auto &DT = LookupDomTree(*const_cast<Function *>(F)); in isPointerValueDeadOnEntryToFunction() 1431 function_ref<DominatorTree &(Function &)> LookupDomTree) { in forwardStoredOnceStore() argument 1450 auto &DT = LookupDomTree(*const_cast<Function *>(F)); in forwardStoredOnceStore() 1468 function_ref<DominatorTree &(Function &)> LookupDomTree) { in processInternalGlobal() argument 1485 LookupDomTree)) { in processInternalGlobal() 1623 if (forwardStoredOnceStore(GV, GS.StoredOnceStore, LookupDomTree)) in processInternalGlobal() 1647 function_ref<DominatorTree &(Function &)> LookupDomTree) { in processGlobal() argument 1678 return processInternalGlobal(GVar, GS, GetTTI, GetTLI, LookupDomTree) || in processGlobal() 1926 function_ref<DominatorTree &(Function &)> LookupDomTree, in OptimizeFunctions() argument [all …]
|
| H A D | WholeProgramDevirt.cpp | 574 function_ref<DominatorTree &(Function &)> LookupDomTree; member 616 function_ref<DominatorTree &(Function &)> LookupDomTree, in DevirtModule() 619 : M(M), AARGetter(AARGetter), LookupDomTree(LookupDomTree), in DevirtModule() 744 function_ref<DominatorTree &(Function &)> LookupDomTree); 793 auto LookupDomTree = [&FAM](Function &F) -> DominatorTree & { in run() local 797 if (!DevirtModule::runForTesting(M, AARGetter, OREGetter, LookupDomTree)) in run() 801 if (!DevirtModule(M, AARGetter, OREGetter, LookupDomTree, ExportSummary, in run() 1001 function_ref<DominatorTree &(Function &)> LookupDomTree) { in runForTesting() argument 1026 DevirtModule(M, AARGetter, OREGetter, LookupDomTree, in runForTesting() 2053 auto &DT = LookupDomTree(*CI->getFunction()); in scanTypeTestUsers() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | IndirectCallPromotion.cpp | 952 auto LookupDomTree = [&FAM](Function &F) -> DominatorTree & { in computeVirtualCallSiteTypeInfoMap() local 971 auto &DT = LookupDomTree(*CI->getFunction()); in computeVirtualCallSiteTypeInfoMap()
|