Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp677 class BDVState { class
690 BDVState() { in BDVState() function in __anon7262c22f0411::BDVState
694 explicit BDVState(Value *OriginalValue) in BDVState() function in __anon7262c22f0411::BDVState
696 explicit BDVState(Value *OriginalValue, StatusTy Status, Value *BaseValue = nullptr) in BDVState() function in __anon7262c22f0411::BDVState
712 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 …]