Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp350 DenseMap<std::pair<Value *, unsigned>, ValueLatticeElement> StructValueState; member in llvm::SCCPInstVisitor
478 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()