Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
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