Home
last modified time | relevance | path

Searched defs:getCallSiteLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp137 LineLocation ContextTrieNode::getCallSiteLoc() const { return CallSiteLoc; } in getCallSiteLoc() function in llvm::ContextTrieNode
/llvm-project/mlir/lib/IR/
H A DDiagnostics.cpp394 static std::optional<CallSiteLoc> getCallSiteLoc(Location loc) { in getCallSiteLoc() function