Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp438 DenseMap<std::pair<Value *, unsigned>, ValueLatticeElement> StructValueState; member in llvm::SCCPInstVisitor
583 auto I = StructValueState.insert( in getStructValueState()
634 if (auto It = StructValueState.find({Inst, I}); in invalidate()
635 It != StructValueState.end()) { in invalidate()
829 auto I = StructValueState.find(std::make_pair(V, i)); in getStructLatticeValueFor()
830 assert(I != StructValueState.end() && "Value not in valuemap!"); in getStructLatticeValueFor()
1105 ValueLatticeElement &NewValue = StructValueState[{&*NewArg, I}]; in setLatticeValueForSpecializationArguments()
1115 ValueLatticeElement &NewValue = StructValueState[{&*NewArg, I}]; in setLatticeValueForSpecializationArguments()
1116 NewValue = StructValueState[{&*OldArg, I}]; in setLatticeValueForSpecializationArguments()