Lines Matching defs:IPE
471 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) {
472 warn(IPE.message(), Whence);
490 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) {
491 instrprof_error instrError = IPE.get();
497 exitWithError(IPE.message(), Whence, Hint);
525 auto IPE = instrprof_error::success;
527 [&IPE](std::unique_ptr<InstrProfError> E) -> Error {
528 IPE = E->get();
535 if (IPE != instrprof_error::success) {
536 switch (IPE) {