Home
last modified time | relevance | path

Searched refs:NumOfGCLives (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2515 unsigned NumOfGCLives = LiveGcValues.size(); in visitCallBase() local
2516 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()