Lines Matching refs:HasProfileData
293 bool HasProfileData = F.hasProfileData(); in runOnFunction() local
294 if (HasProfileData) { in runOnFunction()
300 bool Changed = Impl.runImpl(F, TLI, LVI, AA, &DTU, HasProfileData, in runOnFunction()
327 bool Changed = runImpl(F, &TLI, &LVI, &AA, &DTU, HasProfileData, in run()
353 HasProfileData = HasProfileData_; in runImpl()
357 if (HasProfileData) { in runImpl()
1972 if (HasProfileData) { in ThreadEdge()
2086 if (HasProfileData) in SplitBlockPreds()
2108 if (HasProfileData) // Update frequencies between Pred -> NewBB. in SplitBlockPreds()
2111 if (HasProfileData) // Apply the summed frequency to NewBB. in SplitBlockPreds()
2143 if (!HasProfileData) in UpdateBlockFreqAndEdgeWeight()