reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp
  256   if (!isLoopStmt(LoopStmt))
  260   if (!LS.isEmpty() && LoopStmt == LS.getHead().getLoopStmt() &&
  262     if (LS.getHead().isUnrolled() && madeNewBranch(Pred, LoopStmt)) {
  265           LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath));
  270   if (!shouldCompletelyUnroll(LoopStmt, ASTCtx, Pred, maxStep)) {
  272         LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath));
  281         LoopState::getNormal(LoopStmt, LCtx, maxVisitOnPath));
  284         LoopState::getUnrolled(LoopStmt, LCtx, innerMaxStep));