Home
last modified time | relevance | path

Searched refs:getCallSiteLoc (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp136 LineLocation ContextTrieNode::getCallSiteLoc() const { return CallSiteLoc; } in getCallSiteLoc() function in llvm::ContextTrieNode
264 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()
/llvm-project-15.0.7/mlir/lib/IR/
H A DDiagnostics.cpp401 static Optional<CallSiteLoc> getCallSiteLoc(Location loc) { in getCallSiteLoc() function
403 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()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h110 LineLocation Callsite = Callee->getCallSiteLoc(); in ProfiledCallGraph()
H A DSampleContextTracker.h55 LineLocation getCallSiteLoc() const;
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp122 LineLocation Callsite = CalleeNode->getCallSiteLoc(); in getInlineCandidates()
H A DProfileGenerator.cpp929 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()
H A DProfiledBinary.cpp101 CallSiteLoc = Node->getCallSiteLoc(); in getFuncSizeForContext()