Searched defs:OutlinableGroup (Results 1 – 1 of 1) sorted by relevance
55 struct OutlinableGroup { struct57 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 …]