HomeSort by relevance Sort by last modified time
    Searched refs:Transformed (Results 1 - 5 of 5) sorted by null

  /system/timezone/testing/data/
transform-distro-files.sh 58 echo Transformed input files with version ${INPUT_IANA_RULES_VERSION} to ${OUTPUT_IANA_RULES_VERSION} in ${DISTRO_OUTPUT_DIR}
  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 66 /// map of transformed expressions.
73 DenseMap<const SCEV*, const SCEV*> Transformed;
201 // If any operand actually changed, return a transformed result.
234 const SCEV *Result = Transformed.lookup(S);
239 Transformed[S] = Result;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionNormalization.cpp 66 /// map of transformed expressions.
73 DenseMap<const SCEV*, const SCEV*> Transformed;
171 // If any operand actually changed, return a transformed result.
205 const SCEV *Result = Transformed.lookup(S);
210 Transformed[S] = Result;
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h 116 /// \brief The set of local declarations that have been transformed, for
151 /// \brief Returns the location of the entity being transformed, if that
159 /// \brief Returns the name of the entity being transformed, if that
196 /// transformed.
291 /// \returns the transformed type.
318 /// \returns the transformed statement.
328 /// \returns the transformed OpenMP clause.
338 /// \returns the transformed attribute
346 /// \returns the transformed attribute.
359 /// \returns the transformed expression
    [all...]

Completed in 113 milliseconds