Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp74 struct OutlinableGroup { struct
76 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 …]