Lines Matching refs:PrintState
99 struct PrintState { struct
103 explicit PrintState(int State) : State(State) {} in PrintState() argument
107 static raw_ostream &operator<<(raw_ostream &OS, const PrintState &PS) { in operator <<()
276 << " InNeeds = " << PrintState(BII.second.InNeeds) in printInfo()
277 << ", Needs = " << PrintState(BII.second.Needs) in printInfo()
278 << ", OutNeeds = " << PrintState(BII.second.OutNeeds) << "\n\n"; in printInfo()
285 dbgs() << " " << MI << " Needs = " << PrintState(III->second.Needs) in printInfo()
286 << ", OutNeeds = " << PrintState(III->second.OutNeeds) << '\n'; in printInfo()
309 LLVM_DEBUG(dbgs() << "markInstruction " << PrintState(Flag) << ": " << MI); in markInstruction()
318 LLVM_DEBUG(dbgs() << "markDefs " << PrintState(Flag) << ": " << UseMI); in markDefs()
447 LLVM_DEBUG(dbgs() << "markOperand " << PrintState(Flag) << ": " << Op in markOperand()
471 LLVM_DEBUG(dbgs() << "markInstructionUses " << PrintState(Flag) << ": " in markInstructionUses()