Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.h48 struct InlineGraphNode { struct
52 InlineGraphNode &operator=(InlineGraphNode &&) = default; argument
54 llvm::SmallVector<InlineGraphNode *, 8> InlinedCallees; argument
56 int32_t NumberOfInlines = 0;
80 InlineGraphNode &createInlineGraphNode(const Function &); argument