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

References

tools/clang/lib/CodeGen/CGStmt.cpp
  716   const SourceRange &R = S.getSourceRange();
  737   if (S.getConditionVariable())
  738     EmitDecl(*S.getConditionVariable());
  743   llvm::Value *BoolCondVal = EvaluateExprAsBool(S.getCond());
  760         createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())));
  760         createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())));
  773     incrementProfileCounter(&S);
  774     EmitStmt(S.getBody());
  782   EmitStopPoint(&S);