Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp61 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 DGlobalOpt.cpp1318 function_ref<DominatorTree &(Function &)> LookupDomTree) { in isPointerValueDeadOnEntryToFunction() argument
1362 auto &DT = LookupDomTree(*const_cast<Function *>(F)); in isPointerValueDeadOnEntryToFunction()
1455 function_ref<DominatorTree &(Function &)> LookupDomTree) { in forwardStoredOnceStore() argument
1474 auto &DT = LookupDomTree(*const_cast<Function *>(F)); in forwardStoredOnceStore()
1492 function_ref<DominatorTree &(Function &)> LookupDomTree) { in processInternalGlobal() argument
1510 LookupDomTree)) { in processInternalGlobal()
1644 if (forwardStoredOnceStore(GV, GS.StoredOnceStore, LookupDomTree)) in processInternalGlobal()
1668 function_ref<DominatorTree &(Function &)> LookupDomTree) { in processGlobal() argument
1699 return processInternalGlobal(GVar, GS, GetTTI, GetTLI, LookupDomTree) || in processGlobal()
1958 function_ref<DominatorTree &(Function &)> LookupDomTree, in OptimizeFunctions() argument
[all …]
H A DWholeProgramDevirt.cpp545 function_ref<DominatorTree &(Function &)> LookupDomTree; member
583 function_ref<DominatorTree &(Function &)> LookupDomTree, in DevirtModule()
586 : M(M), AARGetter(AARGetter), LookupDomTree(LookupDomTree), in DevirtModule()
711 function_ref<DominatorTree &(Function &)> LookupDomTree);
760 auto LookupDomTree = [&FAM](Function &F) -> DominatorTree & { in run() local
764 if (DevirtModule::runForTesting(M, AARGetter, OREGetter, LookupDomTree)) in run()
768 if (!DevirtModule(M, AARGetter, OREGetter, LookupDomTree, ExportSummary, in run()
906 function_ref<DominatorTree &(Function &)> LookupDomTree) { in runForTesting() argument
931 DevirtModule(M, AARGetter, OREGetter, LookupDomTree, in runForTesting()
1862 auto &DT = LookupDomTree(*CI->getFunction()); in scanTypeTestUsers()
[all …]