Home
last modified time | relevance | path

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

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