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.cpp692 class BDVState { class
705 BDVState() { in BDVState() function in __anon7f760f840311::BDVState
709 explicit BDVState(Value *OriginalValue) in BDVState() function in __anon7f760f840311::BDVState
711 explicit BDVState(Value *OriginalValue, StatusTy Status, Value *BaseValue = nullptr) in BDVState() function in __anon7f760f840311::BDVState
727 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 …]