Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp152 float CurProbeFactor = I.second; in verifyProbeFactors() local
155 if (std::abs(CurProbeFactor - PrevProbeFactor) > in verifyProbeFactors()
163 << format("%0.2f", CurProbeFactor) << "\n"; in verifyProbeFactors()