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.cpp367 DenseMap<std::pair<Value *, unsigned>, ValueLatticeElement> StructValueState; member in llvm::SCCPInstVisitor
502 auto I = StructValueState.insert( in getStructValueState()
553 if (auto It = StructValueState.find({Inst, I}); in invalidate()
554 It != StructValueState.end()) { in invalidate()
763 auto I = StructValueState.find(std::make_pair(V, i)); in getStructLatticeValueFor()
764 assert(I != StructValueState.end() && "Value not in valuemap!"); in getStructLatticeValueFor()
1005 ValueLatticeElement &NewValue = StructValueState[{&*NewArg, I}]; in setLatticeValueForSpecializationArguments()
1015 ValueLatticeElement &NewValue = StructValueState[{&*NewArg, I}]; in setLatticeValueForSpecializationArguments()
1016 NewValue = StructValueState[{&*OldArg, I}]; in setLatticeValueForSpecializationArguments()