Searched defs:OutlinableRegion (Results 1 – 1 of 1) sorted by relevance
63 struct OutlinableRegion { struct77 /// OutlinableRegion in the overall function. argument78 unsigned OutputBlockNum = -1;85 DenseMap<unsigned, unsigned> ExtractedArgToAgg;86 DenseMap<unsigned, unsigned> AggArgToExtracted;93 DenseMap<Value *, Value *> RemappedArguments;98 bool ChangedArgOrder = false;102 bool EndsInBranch = false;106 DenseMap<Value *, BasicBlock *> PHIBlocks;112 DenseMap<unsigned, Constant *> AggArgToConstant;[all …]