Lines Matching refs:IPE
52 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in exitWithError() argument
53 instrprof_error instrError = IPE.get(); in exitWithError()
59 exitWithError(IPE.message(), Whence, Hint); in exitWithError()
82 auto IPE = instrprof_error::success; in handleMergeWriterError() local
84 [&IPE](std::unique_ptr<InstrProfError> E) -> Error { in handleMergeWriterError()
85 IPE = E->get(); in handleMergeWriterError()
92 if (IPE != instrprof_error::success) { in handleMergeWriterError()
93 switch (IPE) { in handleMergeWriterError()
149 instrprof_error IPE = InstrProfError::take(std::move(E)); in mergeInstrProfile() local
150 bool firstTime = WriterErrorCodes.insert(IPE).second; in mergeInstrProfile()
151 handleMergeWriterError(make_error<InstrProfError>(IPE), Input.Filename, in mergeInstrProfile()