Searched refs:OldCount (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.cpp331 int64_t OldCount = S.Count; local
333 S.Count = OldCount;
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp865 unsigned OldCount = Checks.size();
954 assert(RangeChecksOut.size() <= OldCount && "We pessimized!");
955 return RangeChecksOut.size() != OldCount;
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp932 LoadInst *OldCount = local
934 OldCount->setNoSanitizeMetadata();
935 Value *NewCount = Builder.CreateAdd(OldCount, Builder.getInt64(1));
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1838 unsigned OldCount = 0; local
1946 OldCount += PathCount;
2006 assert(OldCount != 0 && "Unreachable code?");
2007 NumRRs += OldCount - NewCount;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2948 int64_t OldCount; local
2953 if (!Sym->getVariableValue(false)->evaluateAsAbsolute(OldCount))
2958 if (OldCount <= NewMax)

Completed in 107 milliseconds