Home
last modified time | relevance | path

Searched refs:IPE (Results 1 – 7 of 7) sorted by relevance

/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp52 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in exitWithError() argument
53 instrprof_error instrError = IPE.get(); in exitWithError()
59 exitWithError(IPE.message(), Whence, Hint); in exitWithError()
82 auto IPE = instrprof_error::success; in handleMergeWriterError() local
84 [&IPE](std::unique_ptr<InstrProfError> E) -> Error { in handleMergeWriterError()
85 IPE = E->get(); in handleMergeWriterError()
92 if (IPE != instrprof_error::success) { in handleMergeWriterError()
93 switch (IPE) { in handleMergeWriterError()
149 instrprof_error IPE = InstrProfError::take(std::move(E)); in mergeInstrProfile() local
150 bool firstTime = WriterErrorCodes.insert(IPE).second; in mergeInstrProfile()
[all …]
/external/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp198 instrprof_error IPE = InstrProfError::take(std::move(E)); in load() local
199 if (IPE == instrprof_error::hash_mismatch) { in load()
202 } else if (IPE != instrprof_error::unknown_function) in load()
203 return make_error<InstrProfError>(IPE); in load()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp808 auto IPE = llvm::InstrProfError::take(std::move(E)); in loadRegionCounts() local
809 if (IPE == llvm::instrprof_error::unknown_function) in loadRegionCounts()
811 else if (IPE == llvm::instrprof_error::hash_mismatch) in loadRegionCounts()
813 else if (IPE == llvm::instrprof_error::malformed) in loadRegionCounts()
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp592 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in readCounters() argument
593 auto Err = IPE.get(); in readCounters()
607 std::string Msg = IPE.message() + std::string(" ") + F.getName().str(); in readCounters()
/external/llvm/include/llvm/ProfileData/
DInstrProf.h323 handleAllErrors(std::move(E), [&Err](const InstrProfError &IPE) { in take()
325 Err = IPE.get(); in take()
/external/llvm/unittests/ProfileData/
DInstrProfTest.cpp33 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in ErrorEquals() argument
34 Found = IPE.get(); in ErrorEquals()
35 FoundMsg = IPE.message(); in ErrorEquals()
/external/icu/icu4j/perf-tests/data/collation/
DTestNames_SerbianSH.txt593 ČIPE ĐORĐE
594 ČIPE ERŽEBET
595 ČIPE ERŽIKA
596 ČIPE FRANJA
597 ČIPE IREN
598 ČIPE JANOŠ
599 ČIPE JOSIP
600 ČIPE JULIJANA
601 ČIPE LASLO
602 ČIPE LASLO
[all …]