Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DDiagnostics.cpp387 static Optional<CallSiteLoc> getCallSiteLoc(Location loc) { in getCallSiteLoc() function
389 return getCallSiteLoc(loc.cast<NameLoc>().getChildLoc()); in getCallSiteLoc()
394 if (auto callLoc = getCallSiteLoc(subLoc)) { in getCallSiteLoc()
475 if (auto callLoc = getCallSiteLoc(loc)) { in emitDiagnostic()
480 if ((callLoc = getCallSiteLoc(loc))) in emitDiagnostic()
/external/llvm-project/llvm/include/llvm/Transforms/IPO/
DSampleContextTracker.h59 LineLocation getCallSiteLoc() const;
/external/llvm-project/llvm/lib/Transforms/IPO/
DSampleContextTracker.cpp126 LineLocation ContextTrieNode::getCallSiteLoc() const { return CallSiteLoc; } in getCallSiteLoc() function in llvm::ContextTrieNode
482 LineLocation OldCallSiteLoc = FromNode.getCallSiteLoc(); in promoteMergeContextSamplesTree()