Searched defs:OutlinableRegion (Results 1 – 1 of 1) sorted by relevance
64 struct OutlinableRegion { struct78 /// OutlinableRegion in the overall function. argument79 unsigned OutputBlockNum;86 DenseMap<unsigned, unsigned> ExtractedArgToAgg;87 DenseMap<unsigned, unsigned> AggArgToExtracted;93 DenseMap<unsigned, Constant *> AggArgToConstant;98 SmallVector<unsigned, 4> GVNStores;101 CodeExtractor *CE = nullptr;104 CallInst *Call = nullptr;107 Function *ExtractedFunction = nullptr;[all …]