Home
last modified time | relevance | path

Searched refs:CGNode (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp161 for (auto *CGNode : CGNodes) { in MLInlineAdvisor() local
162 Function *F = CGNode->getFunction(); in MLInlineAdvisor()
178 for (auto *CGNode : CGNodes) { in MLInlineAdvisor() local
179 Function *F = CGNode->getFunction(); in MLInlineAdvisor()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp327 auto *CGNode = CGEntry.second; in addAllDependencies() local
328 auto *Callee = CGNode->getFunction(); in addAllDependencies()
338 if (CGNode != CG.getCallsExternalNode()) in addAllDependencies()