OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:simplifyLoopIVs
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h
64
///
SimplifyLoopIVs
- Simplify users of induction variables within this
66
bool
simplifyLoopIVs
(Loop *L, ScalarEvolution *SE, DominatorTree *DT,
/external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp
496
simplifyLoopIVs
(L, SE, DT, LI, DeadInsts);
498
// Aggressively clean up dead instructions that
simplifyLoopIVs
already
SimplifyIndVar.cpp
607
bool
simplifyLoopIVs
(Loop *L, ScalarEvolution *SE, DominatorTree *DT,
Completed in 63 milliseconds