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

References

tools/clang/lib/CodeGen/CGStmt.cpp
  810   EmitBlockWithFallThrough(LoopBody, &S);
  813     EmitStmt(S.getBody());
  818   const SourceRange &R = S.getSourceRange();
  829   llvm::Value *BoolCondVal = EvaluateExprAsBool(S.getCond());
  842     uint64_t BackedgeCount = getProfileCount(S.getBody()) - ParentCount;
  845         createProfileWeightsForLoop(S.getCond(), BackedgeCount));