Home
last modified time | relevance | path

Searched refs:CallGraphUpdater (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp21 bool CallGraphUpdater::finalize() { in finalize()
87 void CallGraphUpdater::reanalyzeFunction(Function &Fn) { in reanalyzeFunction()
99 void CallGraphUpdater::registerOutlinedFunction(Function &OriginalFn, in registerOutlinedFunction()
107 void CallGraphUpdater::removeFunction(Function &DeadFn) { in removeFunction()
123 void CallGraphUpdater::replaceFunctionWith(Function &OldFn, Function &NewFn) { in replaceFunctionWith()
143 bool CallGraphUpdater::replaceCallSite(CallBase &OldCS, CallBase &NewCS) { in replaceCallSite()
160 void CallGraphUpdater::removeCallSite(CallBase &CS) { in removeCallSite()
H A DCMakeLists.txt12 CallGraphUpdater.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp53 static bool SimplifyFunction(Function *F, CallGraphUpdater &CGU);
54 static void DeleteBasicBlock(BasicBlock *BB, CallGraphUpdater &CGU);
65 static bool runImpl(CallGraphUpdater &CGU, SetVector<Function *> &Functions) { in runImpl()
175 CallGraphUpdater CGU; in runOnSCC()
184 static bool SimplifyFunction(Function *F, CallGraphUpdater &CGU) { in SimplifyFunction()
227 static void DeleteBasicBlock(BasicBlock *BB, CallGraphUpdater &CGU) { in DeleteBasicBlock()
H A DOpenMPOpt.cpp519 OpenMPOpt(SmallVectorImpl<Function *> &SCC, CallGraphUpdater &CGUpdater, in OpenMPOpt()
1586 CallGraphUpdater &CGUpdater;
2483 CallGraphUpdater CGUpdater; in run()
2537 CallGraphUpdater CGUpdater; in run()
2557 CallGraphUpdater CGUpdater;
H A DAttributor.cpp2328 CallGraphUpdater &CGUpdater, in runAttributorOnFunctions()
2439 CallGraphUpdater CGUpdater; in run()
2466 CallGraphUpdater CGUpdater; in run()
2543 CallGraphUpdater CGUpdater; in runOnModule()
2578 CallGraphUpdater CGUpdater; in runOnSCC()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCallGraphUpdater.h28 class CallGraphUpdater {
56 CallGraphUpdater() {} in CallGraphUpdater() function
57 ~CallGraphUpdater() { finalize(); } in ~CallGraphUpdater()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/
H A DBUILD.gn18 "CallGraphUpdater.cpp",
/netbsd-src/external/apache2/llvm/lib/libLLVMTransformsUtils/
H A DMakefile18 CallGraphUpdater.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1064 CallGraphUpdater &CGUpdater,
1681 CallGraphUpdater &CGUpdater;