Searched defs:IPE (Results 1 – 5 of 5) sorted by relevance
52 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in exitWithError()82 auto IPE = instrprof_error::success; in handleMergeWriterError() local149 instrprof_error IPE = InstrProfError::take(std::move(E)); in mergeInstrProfile() local
198 instrprof_error IPE = InstrProfError::take(std::move(E)); in load() local
808 auto IPE = llvm::InstrProfError::take(std::move(E)); in loadRegionCounts() local
592 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in readCounters()
33 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in ErrorEquals()