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

/external/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp600 class BDVState { class in namespace:__anon12546
604 BDVState(Status s, Value *b = nullptr) : status(s), base(b) { function in class:__anon12546::BDVState
607 explicit BDVState(Value *b) : status(Base), base(b) {} function in class:__anon12546::BDVState
608 BDVState() : status(Unknown), base(nullptr) {} function in class:__anon12546::BDVState
617 bool operator==(const BDVState &other) const {
621 bool operator!=(const BDVState &other) const { return !(*this == other); }
649 static raw_ostream &operator<<(raw_ostream &OS, const BDVState &State) {
656 // Values of type BDVState form a lattice, and this is a helper
665 // Destructively meet the current result with the given BDVState
666 void meetWith(BDVState otherStat
[all...]

Completed in 165 milliseconds