Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Transforms/Utils/
H A DInliner.cpp614 SmallVector<std::pair<CallGraphNode *, InlineHistoryT>, 8> inlineHistory; in inlineCallsInSCC() local
364 inlineHistoryIncludes(CallGraphNode * node,std::optional<size_t> inlineHistoryID,MutableArrayRef<std::pair<CallGraphNode *,std::optional<size_t>>> inlineHistory) inlineHistoryIncludes() argument