Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DYAMLProfileReader.h45 bool NormalizeByInsnCount{false};
/llvm-project-15.0.7/bolt/lib/Profile/
H A DYAMLProfileReader.cpp119 if (NormalizeByInsnCount && BB.getNumNonPseudos()) in parseFunctionProfile()
392 NormalizeByInsnCount = usesEvent("cycles") || usesEvent("instructions"); in readProfile()
H A DDataReader.cpp576 bool NormalizeByInsnCount = usesEvent("cycles") || usesEvent("instructions"); in readSampleData() local
582 if (NormalizeByInsnCount) in readSampleData()
598 if (NormalizeByInsnCount && I->second->getNumNonPseudos()) { in readSampleData()