Searched refs:CGUpdater (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| D | Attributor.cpp | 2378 Configuration.CGUpdater.removeCallSite(*CB); in cleanupIR() 2427 Configuration.CGUpdater.reanalyzeFunction(*Fn); in cleanupIR() 2432 Configuration.CGUpdater.removeFunction(*Fn); in cleanupIR() 2984 Configuration.CGUpdater.replaceCallSite(OldCB, NewCB); in rewriteFunctionSignatures() 2990 Configuration.CGUpdater.replaceFunctionWith(*OldFn, *NewFn); in rewriteFunctionSignatures() 3532 CallGraphUpdater &CGUpdater, in runAttributorOnFunctions() argument 3546 AttributorConfig AC(CGUpdater); in runAttributorOnFunctions() 3572 CGUpdater.replaceFunctionWith(*F, *NewF); in runAttributorOnFunctions() 3576 CGUpdater.reanalyzeFunction(*CallerF); in runAttributorOnFunctions() 3650 CallGraphUpdater CGUpdater; in run() local [all …]
|
| D | OpenMPOpt.cpp | 820 OpenMPOpt(SmallVectorImpl<Function *> &SCC, CallGraphUpdater &CGUpdater, in OpenMPOpt() 823 : M(*(*SCC.begin())->getParent()), SCC(SCC), CGUpdater(CGUpdater), in OpenMPOpt() 1182 CGUpdater.registerOutlinedFunction(*OriginalFn, *OutlinedFn); in mergeParallelRegions() 1183 CGUpdater.reanalyzeFunction(*OriginalFn); in mergeParallelRegions() 1347 CGUpdater.removeCallSite(*CI); in deleteParallelRegions() 1769 CGUpdater.removeCallSite(*CI); in deduplicateRuntimeCalls() 1908 CallGraphUpdater &CGUpdater; member 5392 CallGraphUpdater CGUpdater; in run() local 5402 AttributorConfig AC(CGUpdater); in run() 5413 OpenMPOpt OMPOpt(SCC, CGUpdater, OREGetter, InfoCache, A); in run() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUAttributor.cpp | 780 CallGraphUpdater CGUpdater; in runOnModule() local 788 AttributorConfig AC(CGUpdater); in runOnModule()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
| D | Attributor.h | 1398 AttributorConfig(CallGraphUpdater &CGUpdater) : CGUpdater(CGUpdater) {} 1424 CallGraphUpdater &CGUpdater; 1759 Configuration.CGUpdater.removeCallSite(*CI);
|