Lines Matching refs:WriterErrorCodes
199 SmallSet<instrprof_error, 4> &WriterErrorCodes; member
202 SmallSet<instrprof_error, 4> &WriterErrorCodes) in WriterContext()
204 WriterErrorCodes(WriterErrorCodes) {} in WriterContext()
280 bool firstTime = WC->WriterErrorCodes.insert(IPE).second; in loadInput()
299 bool firstTime = Dst->WriterErrorCodes.insert(IPE).second; in mergeWriterContexts()
336 SmallSet<instrprof_error, 4> WriterErrorCodes; in mergeInstrProfile() local
350 OutputSparse, ErrorLock, WriterErrorCodes)); in mergeInstrProfile()
574 SmallSet<instrprof_error, 4> WriterErrorCodes; in supplementInstrProfile() local
576 WriterErrorCodes); in supplementInstrProfile()
1002 SmallSet<instrprof_error, 4> WriterErrorCodes; in overlapInstrProfile() local
1003 WriterContext Context(false, ErrorLock, WriterErrorCodes); in overlapInstrProfile()