Searched refs:updateNewSCCFunctionAnalyses (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CGSCCPassManager.cpp | 321 static void updateNewSCCFunctionAnalyses(LazyCallGraph::SCC &C, in updateNewSCCFunctionAnalyses() function 406 updateNewSCCFunctionAnalyses(*C, G, AM); in incorporateNewSCCRange() 417 updateNewSCCFunctionAnalyses(NewC, G, AM); in incorporateNewSCCRange()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | CGSCCPassManager.cpp | 786 static void updateNewSCCFunctionAnalyses(LazyCallGraph::SCC &C, in updateNewSCCFunctionAnalyses() function 877 updateNewSCCFunctionAnalyses(*C, G, AM, *FAM); in incorporateNewSCCRange() 888 updateNewSCCFunctionAnalyses(NewC, G, AM, *FAM); in incorporateNewSCCRange()
|