Searched refs:TSize (Results 1 – 4 of 4) sorted by relevance
20 size_t TSize) { in grow_pod() argument22 size_t NewCapacityInBytes = 2 * capacity_in_bytes() + TSize; // Always grow. in grow_pod()
44 void grow_pod(void *FirstEl, size_t MinSizeInBytes, size_t TSize);80 void grow_pod(size_t MinSizeInBytes, size_t TSize) { in grow_pod() argument81 SmallVectorBase::grow_pod(&FirstEl, MinSizeInBytes, TSize); in grow_pod()
1215 for (unsigned TIdx = 0, TSize = TI->getNumSuccessors(); TIdx != TSize; in analyzeCall() local
2281 APInt TSize(First.getBitWidth(), 0); in handleJTSwitchCase() local2283 TSize += I->size(); in handleJTSwitchCase()2286 if (!areJTsAllowed(TLI) || TSize.ult(TLI.getMinimumJumpTableEntries())) in handleJTSwitchCase()2294 uint64_t IntTSize = TSize.getLimitedValue(UINT64_MAX/10); in handleJTSwitchCase()2300 << "Range: " << Range << ". Size: " << TSize << ".\n\n"); in handleJTSwitchCase()2394 APInt TSize(First.getBitWidth(), 0); in handleBTSplitSwitchCase() local2397 TSize += I->size(); in handleBTSplitSwitchCase()2400 APInt RSize = TSize-LSize; in handleBTSplitSwitchCase()