Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2607 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 DOpenMPOpt.cpp925 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 DAMDGPUAttributor.cpp1033 CallGraphUpdater CGUpdater; in runImpl() local
1043 AttributorConfig AC(CGUpdater); in runImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1416 AttributorConfig(CallGraphUpdater &CGUpdater) : CGUpdater(CGUpdater) {}
1455 CallGraphUpdater &CGUpdater;