Searched refs:PrintFP (Results 1 – 1 of 1) sorted by relevance
134 struct PrintFP { struct135 PrintFP(const FlowPattern &P, const TargetRegisterInfo &T) in PrintFP() argument140 friend raw_ostream &operator<< (raw_ostream &OS, const PrintFP &P);143 const PrintFP &P) LLVM_ATTRIBUTE_UNUSED;144 raw_ostream &operator<<(raw_ostream &OS, const PrintFP &P) { in operator <<()335 LLVM_DEBUG(dbgs() << "Detected " << PrintFP(FP, *TRI) << "\n"); in matchFlowPattern()