Searched refs:NumOfGCLives (Results 1 – 1 of 1) sorted by relevance
2419 unsigned NumOfGCLives = LiveGcValues.size(); in visitCallBase() local2420 if (!Bundle.hasValue() || NumOfGCLives == Bundle->Inputs.size()) in visitCallBase()2433 Val2Idx[V] = NumOfGCLives; in visitCallBase()2439 assert(Val2Idx.count(BasePtr) && Val2Idx[BasePtr] != NumOfGCLives && in visitCallBase()2444 assert(Val2Idx.count(DerivedPtr) && Val2Idx[DerivedPtr] != NumOfGCLives && in visitCallBase()