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.cpp162 for (auto *CGNode : CGNodes) { in MLInlineAdvisor() local
163 Function *F = CGNode->getFunction(); in MLInlineAdvisor()
179 for (auto *CGNode : CGNodes) { in MLInlineAdvisor() local
180 Function *F = CGNode->getFunction(); in MLInlineAdvisor()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp527 auto *CGNode = CGEntry.second; in buildGraph() local
528 if (auto *Callee = CGNode->getFunction()) { in buildGraph()
531 } else if (CGNode == CG.getCallsExternalNode()) in buildGraph()