Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp600 class BDVState { class
604 BDVState(Status s, Value *b = nullptr) : status(s), base(b) { in BDVState() function in __anon336f80a60411::BDVState
607 explicit BDVState(Value *b) : status(Base), base(b) {} in BDVState() function in __anon336f80a60411::BDVState
608 BDVState() : status(Unknown), base(nullptr) {} in BDVState() function in __anon336f80a60411::BDVState
617 bool operator==(const BDVState &other) const { in operator ==()
621 bool operator!=(const BDVState &other) const { return !(*this == other); } in operator !=()
649 static raw_ostream &operator<<(raw_ostream &OS, const BDVState &State) { in operator <<()
666 void meetWith(BDVState otherState) { in meetWith()
670 BDVState getResult() const { return currentResult; } in getResult()
673 BDVState currentResult;
[all …]