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 | 1348 function_ref<DominatorTree &(Function &)> LookupDomTree) { in isPointerValueDeadOnEntryToFunction() argument 1380 auto &DT = LookupDomTree(*const_cast<Function *>(F)); in isPointerValueDeadOnEntryToFunction() 1417 function_ref<DominatorTree &(Function &)> LookupDomTree) { in forwardStoredOnceStore() argument 1436 auto &DT = LookupDomTree(*const_cast<Function *>(F)); in forwardStoredOnceStore() 1454 function_ref<DominatorTree &(Function &)> LookupDomTree) { in processInternalGlobal() argument 1471 LookupDomTree)) { in processInternalGlobal() 1603 if (forwardStoredOnceStore(GV, GS.StoredOnceStore, LookupDomTree)) in processInternalGlobal() 1627 function_ref<DominatorTree &(Function &)> LookupDomTree) { in processGlobal() argument 1658 return processInternalGlobal(GVar, GS, GetTTI, GetTLI, LookupDomTree) || in processGlobal() 1924 function_ref<DominatorTree &(Function &)> LookupDomTree, in OptimizeFunctions() argument [all …]
|
H A D | WholeProgramDevirt.cpp | 543 function_ref<DominatorTree &(Function &)> LookupDomTree; member 585 function_ref<DominatorTree &(Function &)> LookupDomTree, in DevirtModule() 588 : M(M), AARGetter(AARGetter), LookupDomTree(LookupDomTree), in DevirtModule() 713 function_ref<DominatorTree &(Function &)> LookupDomTree); 762 auto LookupDomTree = [&FAM](Function &F) -> DominatorTree & { in run() local 766 if (!DevirtModule::runForTesting(M, AARGetter, OREGetter, LookupDomTree)) in run() 770 if (!DevirtModule(M, AARGetter, OREGetter, LookupDomTree, ExportSummary, in run() 970 function_ref<DominatorTree &(Function &)> LookupDomTree) { in runForTesting() argument 995 DevirtModule(M, AARGetter, OREGetter, LookupDomTree, in runForTesting() 1969 auto &DT = LookupDomTree(*CI->getFunction()); in scanTypeTestUsers() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 925 auto LookupDomTree = [&FAM](Function &F) -> DominatorTree & { in computeVirtualCallSiteTypeInfoMap() local 944 auto &DT = LookupDomTree(*CI->getFunction()); in computeVirtualCallSiteTypeInfoMap()
|