Searched defs:InlineGraphNode (Results 1 – 1 of 1) sorted by relevance
47 struct InlineGraphNode { struct51 InlineGraphNode &operator=(InlineGraphNode &&) = default; argument53 llvm::SmallVector<InlineGraphNode *, 8> InlinedCallees; argument55 int32_t NumberOfInlines = 0;79 InlineGraphNode &createInlineGraphNode(const Function &); argument