Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp594 bool SkipWarning = false; in readCounters() local
597 SkipWarning = NoPGOWarnMissing; in readCounters()
601 SkipWarning = NoPGOWarnMismatch; in readCounters()
604 if (SkipWarning) in readCounters()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1018 bool SkipWarning = false; in readCounters() local
1021 SkipWarning = !PGOWarnMissing; in readCounters()
1025 SkipWarning = in readCounters()
1032 if (SkipWarning) in readCounters()