Searched refs:BDVState (Results 1 – 1 of 1) sorted by relevance
677 class BDVState { class690 BDVState() { in BDVState() function in __anon7262c22f0411::BDVState694 explicit BDVState(Value *OriginalValue) in BDVState() function in __anon7262c22f0411::BDVState696 explicit BDVState(Value *OriginalValue, StatusTy Status, Value *BaseValue = nullptr) in BDVState() function in __anon7262c22f0411::BDVState712 void meet(const BDVState &Other) { in meet()714 Status = BDVState::Conflict; in meet()742 bool operator==(const BDVState &Other) const { in operator ==()747 bool operator!=(const BDVState &other) const { return !(*this == other); } in operator !=()781 static raw_ostream &operator<<(raw_ostream &OS, const BDVState &State) { in operator <<()832 MapVector<Value *, BDVState> States; in findBasePointer()[all …]