Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfUse.cpp387 bool SkipWarning = false; in readMemprof() local
392 SkipWarning = !PGOWarnMissing; in readMemprof()
396 SkipWarning = in readMemprof()
401 LLVM_DEBUG(dbgs() << "hash mismatch (skip=" << SkipWarning << ")"); in readMemprof()
404 if (SkipWarning) in readMemprof()
H A DPGOInstrumentation.cpp1413 bool SkipWarning = false; in handleInstrProfError() local
1418 SkipWarning = !PGOWarnMissing; in handleInstrProfError()
1423 SkipWarning = in handleInstrProfError()
1429 << " skip=" << SkipWarning << ")"); in handleInstrProfError()
1435 if (SkipWarning) in handleInstrProfError()