Home
last modified time | relevance | path

Searched defs:IPE (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp816 instrprof_error IPE = std::get<0>(InstrProfError::take(std::move(E))); in loadFunctionRecord() local
834 instrprof_error IPE = std::get<0>(InstrProfError::take(std::move(E))); in loadFunctionRecord() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp471 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in warn()
490 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in exitWithError()
525 auto IPE = instrprof_error::success; in handleMergeWriterError() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp802 handleAllErrors(std::move(Err), [&](const InstrProfError &IPE) { in readMemprof()
H A DPGOInstrumentation.cpp1329 handleAllErrors(std::move(Err), [&](const InstrProfError &IPE) { in handleInstrProfError()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1414 auto IPE = std::get<0>(llvm::InstrProfError::take(std::move(E))); in loadRegionCounts() local