Lines Matching refs:WriterErrorCodes
614 SmallSet<instrprof_error, 4> &WriterErrorCodes; member
617 SmallSet<instrprof_error, 4> &WriterErrorCodes, in WriterContext()
621 ErrLock(ErrLock), WriterErrorCodes(WriterErrorCodes) {} in WriterContext()
769 bool firstTime = WC->WriterErrorCodes.insert(ErrCode).second; in loadInput()
821 bool firstTime = Dst->WriterErrorCodes.insert(ErrorCode).second; in mergeWriterContexts()
940 SmallSet<instrprof_error, 4> WriterErrorCodes; in mergeInstrProfile() local
951 OutputSparse, ErrorLock, WriterErrorCodes, TraceReservoirSize, in mergeInstrProfile()
1386 SmallSet<instrprof_error, 4> WriterErrorCodes; in supplementInstrProfile() local
1388 WriterErrorCodes); in supplementInstrProfile()
1724 SmallSet<instrprof_error, 4> WriterErrorCodes; in overlapInstrProfile() local
1725 WriterContext Context(false, ErrorLock, WriterErrorCodes); in overlapInstrProfile()