HomeSort by relevance Sort by last modified time
    Searched defs:Cnt (Results 1 - 18 of 18) sorted by null

  /external/clang/lib/CodeGen/
CGExprAgg.cpp     [all...]
CGExprComplex.cpp 755 RegionCounter Cnt = CGF.getPGORegionCounter(E);
757 CGF.EmitBranchOnBoolExpr(E->getCond(), LHSBlock, RHSBlock, Cnt.getCount());
761 Cnt.beginRegion(Builder);
    [all...]
CGBlocks.cpp     [all...]
CGStmt.cpp 388 RegionCounter Cnt = getPGORegionCounter(D->getStmt());
390 Cnt.beginRegion(Builder);
478 RegionCounter Cnt = getPGORegionCounter(&S);
497 Cnt.beginRegion(Builder);
514 EmitBranchOnBoolExpr(S.getCond(), ThenBlock, ElseBlock, Cnt.getCount());
518 Cnt.beginRegion(Builder);
631 RegionCounter Cnt = getPGORegionCounter(&S);
679 PGO.createLoopWeights(S.getCond(), Cnt));
695 Cnt.beginRegion(Builder);
723 RegionCounter Cnt = getPGORegionCounter(&S)
    [all...]
CodeGenFunction.cpp 698 RegionCounter Cnt = getPGORegionCounter(Body);
699 Cnt.beginRegion(Builder);
711 RegionCounter &Cnt) {
721 Cnt.beginRegion(Builder, /*AddIncomingFallThrough=*/true);
    [all...]
CGClass.cpp 722 RegionCounter Cnt = getPGORegionCounter(Body);
723 Cnt.beginRegion(Builder);
    [all...]
CGObjC.cpp 507 RegionCounter Cnt = getPGORegionCounter(OMD->getBody());
508 Cnt.beginRegion(Builder);
    [all...]
CodeGenFunction.h 206 RegionCounter Cnt = CGF.getPGORegionCounter(S);
207 Cnt.beginRegion(CGF.Builder);
    [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 279 const Expr *Ex, unsigned cnt,
283 ID.AddInteger(cnt);
288 ProfileRegion(ID, Ex, Cnt, superRegion);
457 os << "alloca{" << (const void*) Ex << ',' << Cnt << '}';
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 448 unsigned Cnt; // Block counter. Used to distinguish different pieces of
452 AllocaRegion(const Expr *ex, unsigned cnt, const MemRegion *superRegion)
453 : SubRegion(superRegion, AllocaRegionKind), Cnt(cnt), Ex(ex) {}
466 unsigned Cnt, const MemRegion *superRegion);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 643 const ConstantFP *Cnt = MO.getFPImm();
644 APFloat Val = Cnt->getValueAPF();
646 switch (Cnt->getType()->getTypeID()) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 99 unsigned Cnt;
126 RefVal(Kind k, RetEffect::ObjKind o, unsigned cnt, unsigned acnt, QualType t,
128 : Cnt(cnt), ACnt(acnt), T(t), RawKind(static_cast<unsigned>(k)),
141 unsigned getCount() const { return Cnt; }
143 unsigned getCombinedCounts() const { return Cnt + ACnt; }
145 Cnt = 0;
150 Cnt = i;
228 return getKind() == X.getKind() && Cnt == X.Cnt && ACnt == X.ACnt
259 unsigned cnt = getCount(); local
260 if (cnt) Out << " (+ " << cnt << ")"; local
266 unsigned cnt = getCount(); local
267 if (cnt) Out << " (+ " << cnt << ")"; local
273 unsigned cnt = getCount(); local
274 if (cnt) Out << " (+ " << cnt << ")"; local
280 unsigned cnt = getCount(); local
281 if (cnt) Out << " (+ " << cnt << ")"; local
3319 unsigned cnt = X.getCount(); local
3327 unsigned cnt = X.getCount(); local
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 527 // CNT supports only B element sizes.
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 1056 milliseconds