Searched refs:NumOfGCLives (Results 1 – 1 of 1) sorted by relevance
2515 unsigned NumOfGCLives = LiveGcValues.size(); in visitCallBase() local2516 if (!Bundle.hasValue() || NumOfGCLives == Bundle->Inputs.size()) in visitCallBase()2529 Val2Idx[V] = NumOfGCLives; in visitCallBase()2535 assert(Val2Idx.count(BasePtr) && Val2Idx[BasePtr] != NumOfGCLives && in visitCallBase()2540 assert(Val2Idx.count(DerivedPtr) && Val2Idx[DerivedPtr] != NumOfGCLives && in visitCallBase()