Lines Matching defs:IPE
503 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) {
504 warn(IPE.message(), Whence);
522 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) {
523 instrprof_error instrError = IPE.get();
529 exitWithError(IPE.message(), Whence, Hint);
557 auto IPE = instrprof_error::success;
559 [&IPE](std::unique_ptr<InstrProfError> E) -> Error {
560 IPE = E->get();
567 if (IPE != instrprof_error::success) {
568 switch (IPE) {