Home
last modified time | relevance | path

Searched defs:IPE (Results 1 – 12 of 12) 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-project/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp70 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in exitWithError()
109 auto IPE = instrprof_error::success; in handleMergeWriterError() local
208 instrprof_error IPE = InstrProfError::take(std::move(E)); in overlapInput() local
237 instrprof_error IPE = InstrProfError::take(std::move(E)); in loadInput() local
268 instrprof_error IPE = InstrProfError::take(std::move(E)); in loadInput() local
287 instrprof_error IPE = InstrProfError::take(std::move(E)); in mergeWriterContexts() local
/external/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp198 instrprof_error IPE = InstrProfError::take(std::move(E)); in load() local
/external/llvm-project/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp223 instrprof_error IPE = InstrProfError::take(std::move(E)); in loadFunctionRecord() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp223 instrprof_error IPE = InstrProfError::take(std::move(E)); in loadFunctionRecord() local
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp808 auto IPE = llvm::InstrProfError::take(std::move(E)); in loadRegionCounts() local
/external/llvm-project/llvm/unittests/ProfileData/
DInstrProfTest.cpp27 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in ErrorEquals()
/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()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenPGO.cpp1001 auto IPE = llvm::InstrProfError::take(std::move(E)); in loadRegionCounts() local
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1232 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in readCounters()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1146 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in readCounters()