Lines Matching refs:PrintState
101 struct PrintState { struct
105 explicit PrintState(int State) : State(State) {} in PrintState() function
109 static raw_ostream &operator<<(raw_ostream &OS, const PrintState &PS) { in operator <<()
240 << " InNeeds = " << PrintState(BII.second.InNeeds) in printInfo()
241 << ", Needs = " << PrintState(BII.second.Needs) in printInfo()
242 << ", OutNeeds = " << PrintState(BII.second.OutNeeds) << "\n\n"; in printInfo()
249 dbgs() << " " << MI << " Needs = " << PrintState(III->second.Needs) in printInfo()
250 << ", OutNeeds = " << PrintState(III->second.OutNeeds) << '\n'; in printInfo()
262 LLVM_DEBUG(dbgs() << "markInstruction " << PrintState(Flag) << ": " << MI); in markInstruction()
285 LLVM_DEBUG(dbgs() << "markDefs " << PrintState(Flag) << ": " << UseMI); in markDefs()
340 LLVM_DEBUG(dbgs() << "markInstructionUses " << PrintState(Flag) << ": " in markInstructionUses()