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

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2558 Configuration.CGUpdater.removeCallSite(*CB);
2607 Configuration.CGUpdater.reanalyzeFunction(*Fn);
2612 Configuration.CGUpdater.removeFunction(*Fn);
3180 Configuration.CGUpdater.replaceCallSite(OldCB, NewCB);
3186 Configuration.CGUpdater.replaceFunctionWith(*OldFn, *NewFn);
3810 CallGraphUpdater &CGUpdater,
3824 AttributorConfig AC(CGUpdater);
3870 CGUpdater.replaceFunctionWith(*F, *NewF);
3874 CGUpdater.reanalyzeFunction(*CallerF);
3913 CallGraphUpdater &CGUpdater,
[all...]
H A DOpenMPOpt.cpp925 OpenMPOpt(SmallVectorImpl<Function *> &SCC, CallGraphUpdater &CGUpdater, argument
928 : M(*(*SCC.begin())->getParent()), SCC(SCC), CGUpdater(CGUpdater),
1289 CGUpdater.registerOutlinedFunction(*OriginalFn, *OutlinedFn);
1290 CGUpdater.reanalyzeFunction(*OriginalFn);
1454 CGUpdater.removeCallSite(*CI);
1897 CGUpdater.removeCallSite(*CI);
2033 CallGraphUpdater &CGUpdater; member in struct:__anon2850::OpenMPOpt
5784 CallGraphUpdater CGUpdater; local
5793 AttributorConfig AC(CGUpdater);
5862 CallGraphUpdater CGUpdater; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp943 CallGraphUpdater CGUpdater; local
952 AttributorConfig AC(CGUpdater);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1415 AttributorConfig(CallGraphUpdater &CGUpdater) : CGUpdater(CGUpdater) {} argument
1454 CallGraphUpdater &CGUpdater; member in struct:AttributorConfig
1835 Configuration.CGUpdater.removeCallSite(*CI);

Completed in 107 milliseconds