Home
last modified time | relevance | path

Searched refs:LoopIncrement (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp1568 bool LoopIncrement, LastIncrement; in CheckForRedundantIteration() local
1571 if (!ProcessIterationStmt(S, Third, LoopIncrement, LoopDRE)) return; in CheckForRedundantIteration()
1576 if (LoopIncrement != LastIncrement || in CheckForRedundantIteration()
1584 << LoopIncrement; in CheckForRedundantIteration()