Searched refs:OldSize (Results 1 – 11 of 11) sorted by relevance
210 size_t OldSize = Comments.size(); in addCommentsToFront() local211 Comments.resize(C.size() + OldSize); in addCommentsToFront()212 std::copy_backward(Comments.begin(), Comments.begin() + OldSize, in addCommentsToFront()
478 unsigned OldSize = GVs.size(); in DebugACrash() local483 if (GVs.size() < OldSize) in DebugACrash()501 unsigned OldSize = Functions.size(); in DebugACrash() local504 if (Functions.size() < OldSize) in DebugACrash()519 unsigned OldSize = Blocks.size(); in DebugACrash() local521 if (Blocks.size() < OldSize) in DebugACrash()
570 unsigned OldSize = Blocks.size(); in ExtractBlocks() local584 if (Blocks.size() == OldSize) in ExtractBlocks()
132 unsigned OldSize = CurArraySize; in Grow() local153 for (const void **BucketPtr = OldBuckets, **E = OldBuckets+OldSize; in Grow()
897 uint64_t OldSize = LF.getContents().size(); in relaxLEB() local909 return OldSize != LF.getContents().size(); in relaxLEB()916 uint64_t OldSize = DF.getContents().size(); in relaxDwarfLineAddr() local927 return OldSize != Data.size(); in relaxDwarfLineAddr()934 uint64_t OldSize = DF.getContents().size(); in relaxDwarfCallFrameFragment() local943 return OldSize != Data.size(); in relaxDwarfCallFrameFragment()
1055 unsigned OldSize = AddrModeInsts.size(); in MatchOperationAddr() local1062 AddrModeInsts.resize(OldSize); in MatchOperationAddr()1071 AddrModeInsts.resize(OldSize); in MatchOperationAddr()1134 unsigned OldSize = AddrModeInsts.size(); in MatchOperationAddr() local1144 AddrModeInsts.resize(OldSize); in MatchOperationAddr()1157 AddrModeInsts.resize(OldSize); in MatchOperationAddr()1167 AddrModeInsts.resize(OldSize); in MatchOperationAddr()1200 unsigned OldSize = AddrModeInsts.size(); in MatchAddr() local1216 AddrModeInsts.resize(OldSize); in MatchAddr()
2712 unsigned OldSize = Indices.size(); in emitSplitOps() local2713 (void)OldSize; in emitSplitOps()2716 assert(Indices.size() == OldSize && "Did not return to the old size"); in emitSplitOps()2727 unsigned OldSize = Indices.size(); in emitSplitOps() local2728 (void)OldSize; in emitSplitOps()2731 assert(Indices.size() == OldSize && "Did not return to the old size"); in emitSplitOps()
2103 ConstantInt *OldSize = cast<ConstantInt>(II->getArgOperand(0)); in RewriteLifetimeIntrinsic() local2112 uint64_t Size = OldSize->getLimitedValue(); in RewriteLifetimeIntrinsic()
224 unsigned OldSize = Size; variable226 if (t || N < OldSize)
899 unsigned OldSize = this->size(); in shrink_and_clear() local904 if (OldSize) { in shrink_and_clear()905 NewNumBuckets = 1 << (Log2_32_Ceil(OldSize) + 1); in shrink_and_clear()
399 size_t OldSize = LifetimeExtendedCleanupStack.size(); in pushCleanupAfterFullExpr() local403 char *Buffer = &LifetimeExtendedCleanupStack[OldSize]; in pushCleanupAfterFullExpr()