Home
last modified time | relevance | path

Searched refs:removeFunction (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp109 void CallGraphUpdater::removeFunction(Function &DeadFn) { in removeFunction() function in CallGraphUpdater
142 removeFunction(OldFn); in replaceFunctionWith()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DCallGraphUpdater.h82 void removeFunction(Function &Fn);
/llvm-project-15.0.7/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp658 CGU.removeFunction(*Test2aF); in runOnSCC()
659 CGU.removeFunction(*Test2bF); in runOnSCC()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DCGSCCPassManagerTest.cpp1665 ASSERT_NO_FATAL_FAILURE(CGU.removeFunction(*FnF)); in TEST_F()
1707 ASSERT_NO_FATAL_FAILURE(CGU.removeFunction(*FnH2)); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2185 Configuration.CGUpdater.removeFunction(*Fn); in cleanupIR()