Searched refs:BDVState (Results 1 – 1 of 1) sorted by relevance
692 class BDVState { class705 BDVState() { in BDVState() function in __anon7f760f840311::BDVState709 explicit BDVState(Value *OriginalValue) in BDVState() function in __anon7f760f840311::BDVState711 explicit BDVState(Value *OriginalValue, StatusTy Status, Value *BaseValue = nullptr) in BDVState() function in __anon7f760f840311::BDVState727 void meet(const BDVState &Other) { in meet()729 Status = BDVState::Conflict; in meet()757 bool operator==(const BDVState &Other) const { in operator ==()762 bool operator!=(const BDVState &other) const { return !(*this == other); } in operator !=()796 static raw_ostream &operator<<(raw_ostream &OS, const BDVState &State) { in operator <<()848 MapVector<Value *, BDVState> States; in findBasePointer()[all …]