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/
IVUsers.h
68
return
PostIncLoops
;
83
///
PostIncLoops
- The set of loops for which Expr has been adjusted to
85
PostIncLoopSet
PostIncLoops
;
ScalarEvolutionExpander.h
53
///
PostIncLoops
- Addrecs referring to any of the given loops are expanded
58
PostIncLoopSet
PostIncLoops
;
155
PostIncLoops
= L;
160
PostIncLoops
.clear();
/external/llvm/lib/Analysis/
IVUsers.cpp
192
// Autodetect the post-inc loop set, populating NewUse.
PostIncLoops
.
197
NewUse.
PostIncLoops
,
264
I = UI->
PostIncLoops
.begin(),
265
E = UI->
PostIncLoops
.end(); I != E; ++I) {
327
PostIncLoops
.insert(L);
ScalarEvolutionExpander.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
[
all
...]
Completed in 2430 milliseconds