Lines Matching refs:WriterErrorCodes
206 SmallSet<instrprof_error, 4> &WriterErrorCodes; member
209 SmallSet<instrprof_error, 4> &WriterErrorCodes) in WriterContext()
210 : Writer(IsSparse), ErrLock(ErrLock), WriterErrorCodes(WriterErrorCodes) { in WriterContext()
327 bool firstTime = WC->WriterErrorCodes.insert(IPE).second; in loadInput()
346 bool firstTime = Dst->WriterErrorCodes.insert(IPE).second; in mergeWriterContexts()
394 SmallSet<instrprof_error, 4> WriterErrorCodes; in mergeInstrProfile() local
408 OutputSparse, ErrorLock, WriterErrorCodes)); in mergeInstrProfile()
634 SmallSet<instrprof_error, 4> WriterErrorCodes; in supplementInstrProfile() local
636 WriterErrorCodes); in supplementInstrProfile()
1077 SmallSet<instrprof_error, 4> WriterErrorCodes; in overlapInstrProfile() local
1078 WriterContext Context(false, ErrorLock, WriterErrorCodes); in overlapInstrProfile()