Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h64 struct OutlinableRegion { struct
78 /// OutlinableRegion in the overall function. argument
79 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 …]