Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp128 bool HasProfileData = false; member in __anona9a475ae0111::MachineLICMBase
356 HasProfileData = MF.getFunction().hasProfileData(); in INITIALIZE_PASS_DEPENDENCY()
1600 (DisableHoistingToHotterBlocks == UseBFI::PGO && HasProfileData)) && in Hoist()