Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp698 class BDVState { class
711 BDVState() { in BDVState() function in __anon7f760f840311::BDVState
715 explicit BDVState(Value *OriginalValue) in BDVState() function in __anon7f760f840311::BDVState
717 explicit BDVState(Value *OriginalValue, StatusTy Status, Value *BaseValue = nullptr) in BDVState() function in __anon7f760f840311::BDVState
733 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 …]