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.cpp1177 void handleInstrProfError(Error Err, uint64_t MismatchedFuncSum);
1409 void PGOUseFunc::handleInstrProfError(Error Err, uint64_t MismatchedFuncSum) { in handleInstrProfError() function in PGOUseFunc
1455 handleInstrProfError(std::move(E), MismatchedFuncSum); in getRecord()