Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/Utils/
H A DImportedFunctionsInliningStatistics.h47 struct InlineGraphNode { struct
51 InlineGraphNode &operator=(InlineGraphNode &&) = default; argument
53 llvm::SmallVector<InlineGraphNode *, 8> InlinedCallees; argument
55 int32_t NumberOfInlines = 0;
79 InlineGraphNode &createInlineGraphNode(const Function &); argument