Home
last modified time | relevance | path

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

/external/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
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/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