Searched refs:PrintState (Results 1 – 1 of 1) sorted by relevance
100 struct PrintState { struct104 explicit PrintState(int State) : State(State) {} in PrintState() function108 static raw_ostream &operator<<(raw_ostream &OS, const PrintState &PS) { in operator <<()230 << " InNeeds = " << PrintState(BII.second.InNeeds) in printInfo()231 << ", Needs = " << PrintState(BII.second.Needs) in printInfo()232 << ", OutNeeds = " << PrintState(BII.second.OutNeeds) << "\n\n"; in printInfo()239 dbgs() << " " << MI << " Needs = " << PrintState(III->second.Needs) in printInfo()240 << ", OutNeeds = " << PrintState(III->second.OutNeeds) << '\n'; in printInfo()