Searched defs:OutputMappings (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | IROutliner.cpp | 444 const DenseMap<Value *, Value *> &OutputMappings, in mapInputsToGVNs() argument 469 const DenseMap<Value *, Value *> &OutputMappings, in remapExtractedInputs() argument 500 DenseSet<unsigned> &NotSame, DenseMap<Value *, Value *> &OutputMappings, in getCodeExtractorArguments() argument 999 const DenseMap<Value *, Value *> &OutputMappings, in alignOutputBlockWithAggFunc() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
H A D | IROutliner.h | 281 DenseMap<Value *, Value *> OutputMappings; variable
|