Searched refs:StructValueState (Results 1 – 1 of 1) sorted by relevance
350 DenseMap<std::pair<Value *, unsigned>, ValueLatticeElement> StructValueState; member in llvm::SCCPInstVisitor478 auto I = StructValueState.insert( in getStructValueState()529 if (auto It = StructValueState.find({Inst, I}); in invalidate()530 It != StructValueState.end()) { in invalidate()739 auto I = StructValueState.find(std::make_pair(V, i)); in getStructLatticeValueFor()740 assert(I != StructValueState.end() && "Value not in valuemap!"); in getStructLatticeValueFor()961 ValueLatticeElement &NewValue = StructValueState[{&*NewArg, I}]; in setLatticeValueForSpecializationArguments()971 ValueLatticeElement &NewValue = StructValueState[{&*NewArg, I}]; in setLatticeValueForSpecializationArguments()972 NewValue = StructValueState[{&*OldArg, I}]; in setLatticeValueForSpecializationArguments()