Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp52 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in exitWithError()
82 auto IPE = instrprof_error::success; in handleMergeWriterError() local
149 instrprof_error IPE = InstrProfError::take(std::move(E)); in mergeInstrProfile() local
/external/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp198 instrprof_error IPE = InstrProfError::take(std::move(E)); in load() local
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp808 auto IPE = llvm::InstrProfError::take(std::move(E)); in loadRegionCounts() local
/external/llvm/unittests/ProfileData/
DInstrProfTest.cpp33 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in ErrorEquals()
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp592 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in readCounters()