Searched defs:InlineGraphNode (Results 1 – 1 of 1) sorted by relevance
48 struct InlineGraphNode { struct52 InlineGraphNode &operator=(InlineGraphNode &&) = default; argument54 llvm::SmallVector<InlineGraphNode *, 8> InlinedCallees; argument56 int32_t NumberOfInlines = 0;80 InlineGraphNode &createInlineGraphNode(const Function &); argument