OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PostIncLoops
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h
45
///
PostIncLoops
- Addrecs referring to any of the given loops are expanded
50
PostIncLoopSet
PostIncLoops
;
113
PostIncLoops
= L;
118
PostIncLoops
.clear();
IVUsers.h
69
return
PostIncLoops
;
84
///
PostIncLoops
- The set of loops for which Expr has been adjusted to
86
PostIncLoopSet
PostIncLoops
;
/external/llvm/lib/Analysis/
IVUsers.cpp
142
// Autodetect the post-inc loop set, populating NewUse.
PostIncLoops
.
147
NewUse.
PostIncLoops
,
204
I = UI->
PostIncLoops
.begin(),
205
E = UI->
PostIncLoops
.end(); I != E; ++I) {
265
PostIncLoops
.insert(L);
ScalarEvolutionExpander.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
859
///
PostIncLoops
- If this user is to use the post-incremented value of an
862
PostIncLoopSet
PostIncLoops
;
915
for (PostIncLoopSet::const_iterator I =
PostIncLoops
.begin(),
916
E =
PostIncLoops
.end(); I != E; ++I) {
[
all
...]
Completed in 33 milliseconds