Searched refs:CGSCC (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAttributor.cpp | 145 SetVector<Function *> *CGSCC, TargetMachine &TM) in AMDGPUInformationCache() argument 146 : InformationCache(M, AG, Allocator, CGSCC), TM(TM), in AMDGPUInformationCache()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 284 BumpPtrAllocator &Allocator, SetVector<Function *> *CGSCC, in OMPInformationCache() 286 : InformationCache(M, AG, Allocator, CGSCC), OMPBuilder(M), in OMPInformationCache() 515 if (!CGSCC || CGSCC->empty() || CGSCC->contains(UserI->getFunction())) { in collectUses() 2074 if (OMPInfoCache.CGSCC && !OMPInfoCache.CGSCC->empty() && in getUniqueKernelFor() 2075 !OMPInfoCache.CGSCC->contains(&F)) in getUniqueKernelFor()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 1200 BumpPtrAllocator &Allocator, SetVector<Function *> *CGSCC, 1202 : CGSCC(CGSCC), DL(M.getDataLayout()), Allocator(Allocator), AG(AG), 1256 const SetVector<Function *> *const CGSCC = nullptr; 6419 CGSCC = 1 << 1, 6420 ALL = MODULE | CGSCC
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilderPipelines.cpp | 294 clEnumValN(AttributorRunOption::CGSCC, "cgscc", 944 if (AttributorRun & AttributorRunOption::CGSCC) in buildInlinerPipeline()
|