Home
last modified time | relevance | path

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

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