Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DYAMLProfileReader.h46 bool NormalizeByCalls{false};
/llvm-project-15.0.7/bolt/lib/Profile/
H A DYAMLProfileReader.cpp121 else if (NormalizeByCalls) in parseFunctionProfile()
393 NormalizeByCalls = usesEvent("branches"); in readProfile()
H A DDataReader.cpp577 bool NormalizeByCalls = usesEvent("branches"); in readSampleData() local
584 else if (NormalizeByCalls) in readSampleData()
600 } else if (NormalizeByCalls) { in readSampleData()