Searched defs:OutlinableGroup (Results 1 – 1 of 1) sorted by relevance
74 struct OutlinableGroup { struct76 std::vector<OutlinableRegion *> Regions;80 std::vector<Type *> ArgumentTypes;82 FunctionType *OutlinedFunctionType = nullptr;84 Function *OutlinedFunction = nullptr;88 bool IgnoreGroup = false;91 DenseMap<Value *, BasicBlock *> EndBBs;95 DenseMap<Value *, BasicBlock *> PHIBlocks;100 DenseSet<ArrayRef<unsigned>> OutputGVNCombinations;104 bool InputTypesSet = false;[all …]