Searched refs:BDVState (Results 1 – 1 of 1) sorted by relevance
698 class BDVState { class711 BDVState() { in BDVState() function in __anon7f760f840311::BDVState715 explicit BDVState(Value *OriginalValue) in BDVState() function in __anon7f760f840311::BDVState717 explicit BDVState(Value *OriginalValue, StatusTy Status, Value *BaseValue = nullptr) in BDVState() function in __anon7f760f840311::BDVState733 void meet(const BDVState &Other) { in meet()735 Status = BDVState::Conflict; in meet()763 bool operator==(const BDVState &Other) const { in operator ==()768 bool operator!=(const BDVState &other) const { return !(*this == other); } in operator !=()802 static raw_ostream &operator<<(raw_ostream &OS, const BDVState &State) { in operator <<()854 MapVector<Value *, BDVState> States; in findBasePointer()[all …]