Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp530 static Value *findOutputMapping(const DenseMap<Value *, Value *> OutputMappings, in findOutputMapping() argument
812 const DenseMap<Value *, Value *> &OutputMappings, in mapInputsToGVNs() argument
836 const DenseMap<Value *, Value *> &OutputMappings, in remapExtractedInputs() argument
867 DenseSet<unsigned> &NotSame, DenseMap<Value *, Value *> &OutputMappings, in getCodeExtractorArguments() argument
1639 const DenseMap<Value *, Value *> &OutputMappings, in findCanonNumsForPHI() argument
1683 const DenseMap<Value *, Value *> &OutputMappings, in findOrCreatePHIInBlock() argument
1805 const DenseMap<Value *, Value *> &OutputMappings, in replaceArgumentUses() argument
2076 const DenseMap<Value *, Value *> &OutputMappings, in alignOutputBlockWithAggFunc() argument
2250 const DenseMap<Value *, Value *> &OutputMappings) { in fillOverallFunction() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h334 DenseMap<Value *, Value *> OutputMappings; variable