Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp52 InlineGraphNode &CalleeNode = createInlineGraphNode(Callee); in recordInline() local
53 CalleeNode.NumberOfInlines++; in recordInline()
55 if (!CallerNode.Imported && !CalleeNode.Imported) { in recordInline()
60 CalleeNode.NumberOfRealInlines++; in recordInline()
64 CallerNode.InlinedCallees.push_back(&CalleeNode); in recordInline()
H A DCallGraphSCCPass.cpp347 CallGraphNode *CalleeNode; in RefreshCallGraph() local
349 CalleeNode = CG.getOrInsertFunction(Callee); in RefreshCallGraph()
358 CalleeNode = CG.getCallsExternalNode(); in RefreshCallGraph()
362 CGN->replaceCallEdge(*Call, *Call, CalleeNode); in RefreshCallGraph()
371 CallGraphNode *CalleeNode; in RefreshCallGraph() local
373 CalleeNode = CG.getOrInsertFunction(Callee); in RefreshCallGraph()
376 CalleeNode = CG.getCallsExternalNode(); in RefreshCallGraph()
380 CGN->addCalledFunction(Call, CalleeNode); in RefreshCallGraph()
H A DGlobalsModRef.cpp569 CallGraphNode *CalleeNode = CG[Callee]; in AnalyzeCallGraph() local
570 if (!is_contained(SCC, CalleeNode)) in AnalyzeCallGraph()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1105 ContextTrieNode *CalleeNode = &Child.second; in findExternalInlineCandidate() local
1106 CalleeList.push(CalleeNode); in findExternalInlineCandidate()