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

  /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/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 932 bool Transformed = false;
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h 115 /// \brief The set of local declarations that have been transformed, for
150 /// \brief Returns the location of the entity being transformed, if that
158 /// \brief Returns the name of the entity being transformed, if that
195 /// transformed.
290 /// \returns the transformed type.
317 /// \returns the transformed statement.
327 /// \returns the transformed OpenMP clause.
337 /// \returns the transformed attribute
345 /// \returns the transformed attribute.
358 /// \returns the transformed expression
    [all...]

Completed in 59 milliseconds