Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp145 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 DOpenMPOpt.cpp284 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 DAttributor.h1200 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 DPassBuilderPipelines.cpp294 clEnumValN(AttributorRunOption::CGSCC, "cgscc",
944 if (AttributorRun & AttributorRunOption::CGSCC) in buildInlinerPipeline()