Home
last modified time | relevance | path

Searched refs:reanalyzeFunction (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DCallGraphUpdater.h85 void reanalyzeFunction(Function &Fn);
/external/llvm-project/llvm/lib/Transforms/Utils/
DCallGraphUpdater.cpp87 void CallGraphUpdater::reanalyzeFunction(Function &Fn) { in reanalyzeFunction() function in CallGraphUpdater
/external/llvm-project/llvm/unittests/Analysis/
DCGSCCPassManagerTest.cpp1581 ASSERT_NO_FATAL_FAILURE(CGU.reanalyzeFunction(*FnH2)); in TEST_F()
1610 ASSERT_NO_FATAL_FAILURE(CGU.reanalyzeFunction(*FnF)); in TEST_F()
1707 ASSERT_NO_FATAL_FAILURE(CGU.reanalyzeFunction(*FnH1)); in TEST_F()
/external/llvm-project/llvm/unittests/IR/
DLegacyPassManagerTest.cpp659 CGU.reanalyzeFunction(*Test1F); in runOnSCC()
/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributor.cpp1337 CGUpdater.reanalyzeFunction(*Fn); in cleanupIR()
2313 CGUpdater.reanalyzeFunction(*CallerF); in runAttributorOnFunctions()
DOpenMPOpt.cpp756 CGUpdater.reanalyzeFunction(*OriginalFn); in mergeParallelRegions()