OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
[
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 99 milliseconds