Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1101 void handleInstrProfError(Error Err, uint64_t MismatchedFuncSum);
1328 void PGOUseFunc::handleInstrProfError(Error Err, uint64_t MismatchedFuncSum) { in handleInstrProfError() function in PGOUseFunc
1379 handleInstrProfError(std::move(E), MismatchedFuncSum); in readCounters()
1425 handleInstrProfError(std::move(Err), MismatchedFuncSum); in populateCoverage()