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

References

tools/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp
  260   if (!LS.isEmpty() && LoopStmt == LS.getHead().getLoopStmt() &&
  260   if (!LS.isEmpty() && LoopStmt == LS.getHead().getLoopStmt() &&
  261       LCtx == LS.getHead().getLocationContext()) {
  262     if (LS.getHead().isUnrolled() && madeNewBranch(Pred, LoopStmt)) {
  263       State = State->set<LoopStack>(LS.getTail());
  276   unsigned outerStep = (LS.isEmpty() ? 1 : LS.getHead().getMaxStep());
  276   unsigned outerStep = (LS.isEmpty() ? 1 : LS.getHead().getMaxStep());