Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1313 bool SkipWarning = false; in readMemprof() local
1318 SkipWarning = !PGOWarnMissing; in readMemprof()
1321 SkipWarning = in readMemprof()
1326 LLVM_DEBUG(dbgs() << "hash mismatch (skip=" << SkipWarning << ")"); in readMemprof()
1329 if (SkipWarning) in readMemprof()
1509 bool SkipWarning = false; in readCounters() local
1514 SkipWarning = !PGOWarnMissing; in readCounters()
1519 SkipWarning = in readCounters()
1525 << " skip=" << SkipWarning << ")"); in readCounters()
1531 if (SkipWarning) in readCounters()