Searched refs:OutputMappings (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | IROutliner.cpp | 535 static Value *findOutputMapping(const DenseMap<Value *, Value *> OutputMappings, in findOutputMapping() argument 538 OutputMappings.find(Input); in findOutputMapping() 539 if (OutputMapping != OutputMappings.end()) in findOutputMapping() 814 const DenseMap<Value *, Value *> &OutputMappings, in mapInputsToGVNs() argument 821 if (OutputMappings.find(Input) != OutputMappings.end()) in mapInputsToGVNs() 822 Input = OutputMappings.find(Input)->second; in mapInputsToGVNs() 838 const DenseMap<Value *, Value *> &OutputMappings, in remapExtractedInputs() argument 843 if (OutputMappings.find(Input) != OutputMappings.end()) in remapExtractedInputs() 844 Input = OutputMappings.find(Input)->second; in remapExtractedInputs() 869 DenseSet<unsigned> &NotSame, DenseMap<Value *, Value *> &OutputMappings, in getCodeExtractorArguments() argument [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
| H A D | IROutliner.h | 334 DenseMap<Value *, Value *> OutputMappings; variable
|