Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp68 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in exitWithError()
98 auto IPE = instrprof_error::success; in handleMergeWriterError() local
148 static bool isFatalError(instrprof_error IPE) { in isFatalError()
179 instrprof_error IPE = InstrProfError::take(std::move(E)); in loadInput() local
204 instrprof_error IPE = InstrProfError::take(std::move(E)); in loadInput() local
213 instrprof_error IPE = InstrProfError::take(std::move(E)); in loadInput() local
308 instrprof_error IPE = InstrProfError::take(std::move(WC->Err)); in mergeInstrProfile() local
/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/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp221 instrprof_error IPE = InstrProfError::take(std::move(E)); in loadFunctionRecord() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
DInstrProfTest.cpp28 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in ErrorEquals()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp808 auto IPE = llvm::InstrProfError::take(std::move(E)); in loadRegionCounts() local
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp592 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in readCounters()
/external/llvm/unittests/ProfileData/
DInstrProfTest.cpp33 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in ErrorEquals()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1016 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in readCounters()