Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DImportedFunctionsInliningStatistics.h48 struct InlineGraphNode { struct
52 InlineGraphNode &operator=(InlineGraphNode &&) = default; argument
54 llvm::SmallVector<InlineGraphNode *, 8> InlinedCallees; argument
56 int32_t NumberOfInlines = 0;
80 InlineGraphNode &createInlineGraphNode(const Function &); argument