Lines Matching refs:LookupDomTree
410 function_ref<DominatorTree &(Function &)> LookupDomTree; member
438 function_ref<DominatorTree &(Function &)> LookupDomTree, in DevirtModule()
441 : M(M), AARGetter(AARGetter), LookupDomTree(LookupDomTree), in DevirtModule()
543 function_ref<DominatorTree &(Function &)> LookupDomTree);
580 auto LookupDomTree = [this](Function &F) -> DominatorTree & { in runOnModule() local
586 LookupDomTree); in runOnModule()
588 return DevirtModule(M, LegacyAARGetter(*this), OREGetter, LookupDomTree, in runOnModule()
626 auto LookupDomTree = [&FAM](Function &F) -> DominatorTree & { in run() local
629 if (!DevirtModule(M, AARGetter, OREGetter, LookupDomTree, ExportSummary, in run()
639 function_ref<DominatorTree &(Function &)> LookupDomTree) { in runForTesting() argument
657 M, AARGetter, OREGetter, LookupDomTree, in runForTesting()
1376 auto &DT = LookupDomTree(*CI->getFunction()); in scanTypeTestUsers()
1425 auto &DT = LookupDomTree(*CI->getFunction()); in scanTypeCheckedLoadUsers()