Searched refs:CGUpdater (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 2607 Configuration.CGUpdater.reanalyzeFunction(*Fn); in cleanupIR() 2612 Configuration.CGUpdater.removeFunction(*Fn); in cleanupIR() 3191 Configuration.CGUpdater.replaceFunctionWith(*OldFn, *NewFn); in rewriteFunctionSignatures() 3815 CallGraphUpdater &CGUpdater, in runAttributorOnFunctions() argument 3829 AttributorConfig AC(CGUpdater); in runAttributorOnFunctions() 3875 CGUpdater.replaceFunctionWith(*F, *NewF); in runAttributorOnFunctions() 3879 CGUpdater.reanalyzeFunction(*CallerF); in runAttributorOnFunctions() 3918 CallGraphUpdater &CGUpdater, in runAttributorLightOnFunctions() argument 3933 AttributorConfig AC(CGUpdater); in runAttributorLightOnFunctions() 4035 CallGraphUpdater CGUpdater; in run() local [all …]
|
H A D | OpenMPOpt.cpp | 925 OpenMPOpt(SmallVectorImpl<Function *> &SCC, CallGraphUpdater &CGUpdater, in OpenMPOpt() 928 : M(*(*SCC.begin())->getParent()), SCC(SCC), CGUpdater(CGUpdater), in OpenMPOpt() 1291 CGUpdater.registerOutlinedFunction(*OriginalFn, *OutlinedFn); in mergeParallelRegions() 1292 CGUpdater.reanalyzeFunction(*OriginalFn); in mergeParallelRegions() 2032 CallGraphUpdater &CGUpdater; member 5785 CallGraphUpdater CGUpdater; in run() local 5794 AttributorConfig AC(CGUpdater); in run() 5808 OpenMPOpt OMPOpt(SCC, CGUpdater, OREGetter, InfoCache, A); in run() 5863 CallGraphUpdater CGUpdater; in run() local 5864 CGUpdater.initialize(CG, C, AM, UR); in run() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAttributor.cpp | 1033 CallGraphUpdater CGUpdater; in runImpl() local 1043 AttributorConfig AC(CGUpdater); in runImpl()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 1416 AttributorConfig(CallGraphUpdater &CGUpdater) : CGUpdater(CGUpdater) {} 1455 CallGraphUpdater &CGUpdater;
|