Lines Matching refs:WriterErrorCodes
577 SmallSet<instrprof_error, 4> &WriterErrorCodes; member
580 SmallSet<instrprof_error, 4> &WriterErrorCodes, in WriterContext()
583 WriterErrorCodes(WriterErrorCodes) {} in WriterContext()
719 bool firstTime = WC->WriterErrorCodes.insert(ErrCode).second; in loadInput()
763 bool firstTime = Dst->WriterErrorCodes.insert(ErrorCode).second; in mergeWriterContexts()
882 SmallSet<instrprof_error, 4> WriterErrorCodes; in mergeInstrProfile() local
893 OutputSparse, ErrorLock, WriterErrorCodes, TraceReservoirSize, in mergeInstrProfile()
1328 SmallSet<instrprof_error, 4> WriterErrorCodes; in supplementInstrProfile() local
1330 WriterErrorCodes); in supplementInstrProfile()
1665 SmallSet<instrprof_error, 4> WriterErrorCodes; in overlapInstrProfile() local
1666 WriterContext Context(false, ErrorLock, WriterErrorCodes); in overlapInstrProfile()