Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/
H A DInliner.cpp540 auto historyToString = [](InlineHistoryT h) { in inlineCallsInSCC() local
543 (void)historyToString; in inlineCallsInSCC()
546 << getNodeName(call) << ", " << historyToString(inlineHistoryID) in inlineCallsInSCC()
555 << historyToString(inlineHistoryID) << "\n"); in inlineCallsInSCC()