Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp55 struct OutlinableGroup { struct
57 std::vector<OutlinableRegion *> Regions;
61 std::vector<Type *> ArgumentTypes;
63 FunctionType *OutlinedFunctionType = nullptr;
65 Function *OutlinedFunction = nullptr;
69 bool IgnoreGroup = false;
72 BasicBlock *EndBB = nullptr;
77 DenseSet<ArrayRef<unsigned>> OutputGVNCombinations;
81 bool InputTypesSet = false;
85 unsigned NumAggregateInputs = 0;
[all …]