Searched refs:OldSize (Results 1 – 10 of 10) sorted by relevance
197 size_t OldSize = Comments.size(); in addCommentsToFront() local198 Comments.resize(C.size() + OldSize); in addCommentsToFront()199 std::copy_backward(Comments.begin(), Comments.begin() + OldSize, in addCommentsToFront()
480 unsigned OldSize = GVs.size(); in DebugACrash() local485 if (GVs.size() < OldSize) in DebugACrash()503 unsigned OldSize = Functions.size(); in DebugACrash() local506 if (Functions.size() < OldSize) in DebugACrash()521 unsigned OldSize = Blocks.size(); in DebugACrash() local523 if (Blocks.size() < OldSize) in DebugACrash()
535 unsigned OldSize = Blocks.size(); in ExtractBlocks() local549 if (Blocks.size() == OldSize) in ExtractBlocks()
136 unsigned OldSize = CurArraySize; in Grow() local161 for (const void **BucketPtr = OldBuckets, **E = OldBuckets+OldSize; in Grow()
866 uint64_t OldSize = LF.getContents().size(); in relaxLEB() local878 return OldSize != LF.getContents().size(); in relaxLEB()884 uint64_t OldSize = DF.getContents().size(); in relaxDwarfLineAddr() local895 return OldSize != Data.size(); in relaxDwarfLineAddr()901 uint64_t OldSize = DF.getContents().size(); in relaxDwarfCallFrameFragment() local910 return OldSize != Data.size(); in relaxDwarfCallFrameFragment()
1053 unsigned OldSize = AddrModeInsts.size(); in MatchOperationAddr() local1060 AddrModeInsts.resize(OldSize); in MatchOperationAddr()1069 AddrModeInsts.resize(OldSize); in MatchOperationAddr()1132 unsigned OldSize = AddrModeInsts.size(); in MatchOperationAddr() local1142 AddrModeInsts.resize(OldSize); in MatchOperationAddr()1155 AddrModeInsts.resize(OldSize); in MatchOperationAddr()1165 AddrModeInsts.resize(OldSize); in MatchOperationAddr()1198 unsigned OldSize = AddrModeInsts.size(); in MatchAddr() local1214 AddrModeInsts.resize(OldSize); in MatchAddr()
3117 unsigned OldSize = Indices.size(); in emitSplitOps() local3118 (void)OldSize; in emitSplitOps()3121 assert(Indices.size() == OldSize && "Did not return to the old size"); in emitSplitOps()3132 unsigned OldSize = Indices.size(); in emitSplitOps() local3133 (void)OldSize; in emitSplitOps()3136 assert(Indices.size() == OldSize && "Did not return to the old size"); in emitSplitOps()
2112 ConstantInt *OldSize = cast<ConstantInt>(II->getArgOperand(0)); in RewriteLifetimeIntrinsic() local2121 uint64_t Size = OldSize->getLimitedValue(); in RewriteLifetimeIntrinsic()
217 unsigned OldSize = Size; variable219 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()