Searched refs:CalleeNode (Results 1 – 4 of 4) sorted by relevance
52 InlineGraphNode &CalleeNode = createInlineGraphNode(Callee); in recordInline() local53 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()
347 CallGraphNode *CalleeNode; in RefreshCallGraph() local349 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() local373 CalleeNode = CG.getOrInsertFunction(Callee); in RefreshCallGraph()376 CalleeNode = CG.getCallsExternalNode(); in RefreshCallGraph()380 CGN->addCalledFunction(Call, CalleeNode); in RefreshCallGraph()
569 CallGraphNode *CalleeNode = CG[Callee]; in AnalyzeCallGraph() local570 if (!is_contained(SCC, CalleeNode)) in AnalyzeCallGraph()
1105 ContextTrieNode *CalleeNode = &Child.second; in findExternalInlineCandidate() local1106 CalleeList.push(CalleeNode); in findExternalInlineCandidate()