HomeSort by: relevance | last modified time | path
    Searched refs:OutputMappings (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
IROutliner.cpp 438 /// \param [in] OutputMappings - The mapping of values that have been replaced
444 const DenseMap<Value *, Value *> &OutputMappings,
451 if (OutputMappings.find(Input) != OutputMappings.end())
452 Input = OutputMappings.find(Input)->second;
463 /// \param [in] OutputMappings - The mapping of values that have been replaced
466 /// \p OutputMappings that will be extracted.
469 const DenseMap<Value *, Value *> &OutputMappings,
474 if (OutputMappings.find(Input) != OutputMappings.end()
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
IROutliner.h 281 DenseMap<Value *, Value *> OutputMappings;

Completed in 20 milliseconds