Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp137 LineLocation ContextTrieNode::getCallSiteLoc() const { return CallSiteLoc; } in getCallSiteLoc() function in llvm::ContextTrieNode
263 if (ChildNode.getCallSiteLoc() != CallSite) in getIndirectCalleeContextSamplesFor()
386 if (CallSite != NodeToPromo->getCallSiteLoc()) in promoteMergeContextSamplesTree()
439 Res.emplace_back(Node->getFuncName(), PreNode->getCallSiteLoc()); in getContextString()
576 LineLocation OldCallSiteLoc = FromNode.getCallSiteLoc(); in promoteMergeContextSamplesTree()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h55 LineLocation getCallSiteLoc() const;
H A DProfiledCallGraph.h115 LineLocation Callsite = Callee->getCallSiteLoc();