OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:simplifyUsersOfIV
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h
58
///
simplifyUsersOfIV
- Simplify instructions that use this induction variable
60
bool
simplifyUsersOfIV
(PHINode *CurrIV, ScalarEvolution *SE, DominatorTree *DT,
/external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp
597
bool
simplifyUsersOfIV
(PHINode *CurrIV, ScalarEvolution *SE, DominatorTree *DT,
611
Changed |=
simplifyUsersOfIV
(cast<PHINode>(I), SE, DT, LI, Dead);
/external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp
[
all
...]
Completed in 216 milliseconds