Searched refs:getCallSiteLoc (Results 1 – 7 of 7) sorted by relevance
136 LineLocation ContextTrieNode::getCallSiteLoc() const { return CallSiteLoc; } in getCallSiteLoc() function in llvm::ContextTrieNode264 if (ChildNode.getCallSiteLoc() != CallSite) in getIndirectCalleeContextSamplesFor()391 if (CallSite != NodeToPromo->getCallSiteLoc()) in promoteMergeContextSamplesTree()444 Res.emplace_back(Node->getFuncName(), PreNode->getCallSiteLoc()); in getContextString()588 LineLocation OldCallSiteLoc = FromNode.getCallSiteLoc(); in promoteMergeContextSamplesTree()
401 static Optional<CallSiteLoc> getCallSiteLoc(Location loc) { in getCallSiteLoc() function403 return getCallSiteLoc(loc.cast<NameLoc>().getChildLoc()); in getCallSiteLoc()408 if (auto callLoc = getCallSiteLoc(subLoc)) { in getCallSiteLoc()497 if (auto callLoc = getCallSiteLoc(loc)) { in emitDiagnostic()502 if ((callLoc = getCallSiteLoc(loc))) in emitDiagnostic()
110 LineLocation Callsite = Callee->getCallSiteLoc(); in ProfiledCallGraph()
55 LineLocation getCallSiteLoc() const;
122 LineLocation Callsite = CalleeNode->getCallSiteLoc(); in getInlineCandidates()
929 LineLocation CallerLeafFrameLoc = Node.getCallSiteLoc(); in populateInferredFunctionSamples()961 Context.emplace_back(Node.getFuncName(), ChildNode.getCallSiteLoc()); in convertToProfileMap()1161 uint64_t CallerIndex = ContextNode->getCallSiteLoc().LineOffset; in populateBodySamplesWithProbes()
101 CallSiteLoc = Node->getCallSiteLoc(); in getFuncSizeForContext()