Searched defs:OutlinableGroup (Results 1 – 1 of 1) sorted by relevance
72 struct OutlinableGroup { struct74 std::vector<OutlinableRegion *> Regions;78 std::vector<Type *> ArgumentTypes;80 FunctionType *OutlinedFunctionType = nullptr;82 Function *OutlinedFunction = nullptr;86 bool IgnoreGroup = false;89 DenseMap<Value *, BasicBlock *> EndBBs;93 DenseMap<Value *, BasicBlock *> PHIBlocks;98 DenseSet<ArrayRef<unsigned>> OutputGVNCombinations;102 bool InputTypesSet = false;[all …]