OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:simplifyLoopLatch
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp
481
/// rotation will not work anyway, but
simplifyLoopLatch
will put the loop in
485
static bool
simplifyLoopLatch
(Loop *L, LoopInfo *LI, DominatorTree *DT) {
542
bool SimplifiedLatch =
simplifyLoopLatch
(L, LI, DT);
/external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp
82
void
simplifyLoopLatch
(Loop *L);
Completed in 42 milliseconds