Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/tools/llvm-profdata/
H A 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
/aosp_15_r20/external/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp198 instrprof_error IPE = InstrProfError::take(std::move(E)); in load() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp223 instrprof_error IPE = InstrProfError::take(std::move(E)); in loadFunctionRecord() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1311 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in readMemprof()
1507 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in readCounters()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp808 auto IPE = llvm::InstrProfError::take(std::move(E)); in loadRegionCounts() local
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp592 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in readCounters()
/aosp_15_r20/external/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp33 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in ErrorEquals()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp249 instrprof_error IPE = InstrProfError::take(std::move(E)); in loadFunctionRecord() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1146 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in readCounters()