Home
last modified time | relevance | path

Searched refs:setCallSiteLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h58 void setCallSiteLoc(const LineLocation &Loc);
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp77 NewNode.setCallSiteLoc(CallSite); in moveContextSamples()
146 void ContextTrieNode::setCallSiteLoc(const LineLocation &Loc) { in setCallSiteLoc() function in llvm::ContextTrieNode