Searched refs:PrintState (Results 1 – 1 of 1) sorted by relevance
99 struct PrintState { struct103 explicit PrintState(int State) : State(State) {} in PrintState() function107 static raw_ostream &operator<<(raw_ostream &OS, const PrintState &PS) { in operator <<()275 << " InNeeds = " << PrintState(BII.second.InNeeds) in printInfo()276 << ", Needs = " << PrintState(BII.second.Needs) in printInfo()277 << ", OutNeeds = " << PrintState(BII.second.OutNeeds) << "\n\n"; in printInfo()284 dbgs() << " " << MI << " Needs = " << PrintState(III->second.Needs) in printInfo()285 << ", OutNeeds = " << PrintState(III->second.OutNeeds) << '\n'; in printInfo()317 LLVM_DEBUG(dbgs() << "markDefs " << PrintState(Flag) << ": " << UseMI); in markDefs()446 LLVM_DEBUG(dbgs() << "markOperand " << PrintState(Flag) << ": " << Op in markOperand()[all …]