Lines Matching refs:LookupDomTree
501 function_ref<DominatorTree &(Function &)> LookupDomTree; member
539 function_ref<DominatorTree &(Function &)> LookupDomTree, in DevirtModule()
542 : M(M), AARGetter(AARGetter), LookupDomTree(LookupDomTree), in DevirtModule()
648 function_ref<DominatorTree &(Function &)> LookupDomTree);
721 auto LookupDomTree = [this](Function &F) -> DominatorTree & { in runOnModule() local
727 LookupDomTree); in runOnModule()
729 return DevirtModule(M, LegacyAARGetter(*this), OREGetter, LookupDomTree, in runOnModule()
767 auto LookupDomTree = [&FAM](Function &F) -> DominatorTree & { in run() local
771 if (DevirtModule::runForTesting(M, AARGetter, OREGetter, LookupDomTree)) in run()
775 if (!DevirtModule(M, AARGetter, OREGetter, LookupDomTree, ExportSummary, in run()
885 function_ref<DominatorTree &(Function &)> LookupDomTree) { in runForTesting() argument
910 DevirtModule(M, AARGetter, OREGetter, LookupDomTree, in runForTesting()
1799 auto &DT = LookupDomTree(*CI->getFunction()); in scanTypeTestUsers()
1878 auto &DT = LookupDomTree(*CI->getFunction()); in scanTypeCheckedLoadUsers()