Home
last modified time | relevance | path

Searched refs:CGUpdater (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/unittests/Transforms/IPO/
DAttributorTest.cpp40 CallGraphUpdater CGUpdater; in TEST_F() local
43 Attributor A(Functions, InfoCache, CGUpdater); in TEST_F()
/external/llvm-project/llvm/lib/Transforms/IPO/
DOpenMPOpt.cpp482 OpenMPOpt(SmallVectorImpl<Function *> &SCC, CallGraphUpdater &CGUpdater, in OpenMPOpt()
485 : M(*(*SCC.begin())->getParent()), SCC(SCC), CGUpdater(CGUpdater), in OpenMPOpt()
755 CGUpdater.registerOutlinedFunction(*OutlinedFn); in mergeParallelRegions()
756 CGUpdater.reanalyzeFunction(*OriginalFn); in mergeParallelRegions()
866 CGUpdater.removeCallSite(*CI); in deleteParallelRegions()
1269 CGUpdater.removeCallSite(*CI); in deduplicateRuntimeCalls()
1400 CallGraphUpdater &CGUpdater; member
2139 CallGraphUpdater CGUpdater; in run() local
2140 CGUpdater.initialize(CG, C, AM, UR); in run()
2147 Attributor A(Functions, InfoCache, CGUpdater); in run()
[all …]
DAttributor.cpp1337 CGUpdater.reanalyzeFunction(*Fn); in cleanupIR()
1342 CGUpdater.removeFunction(*Fn); in cleanupIR()
1825 CGUpdater.replaceCallSite(OldCB, NewCB); in rewriteFunctionSignatures()
1831 CGUpdater.replaceFunctionWith(*OldFn, *NewFn); in rewriteFunctionSignatures()
2278 CallGraphUpdater &CGUpdater) { in runAttributorOnFunctions() argument
2287 Attributor A(Functions, InfoCache, CGUpdater); in runAttributorOnFunctions()
2309 CGUpdater.replaceFunctionWith(*F, *NewF); in runAttributorOnFunctions()
2313 CGUpdater.reanalyzeFunction(*CallerF); in runAttributorOnFunctions()
2387 CallGraphUpdater CGUpdater; in run() local
2390 if (runAttributorOnFunctions(InfoCache, Functions, AG, CGUpdater)) { in run()
[all …]
/external/llvm-project/llvm/include/llvm/Transforms/IPO/
DAttributor.h1019 CallGraphUpdater &CGUpdater,
1022 InfoCache(InfoCache), CGUpdater(CGUpdater), Allowed(Allowed) {}
1282 CGUpdater.removeCallSite(*CI);
1629 CallGraphUpdater &CGUpdater;