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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h84 bool HasProfileData = false; member in class:llvm::JumpThreadingPass
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp371 HasProfileData = HasProfileData_;
375 if (HasProfileData) {
2187 if (HasProfileData) {
2303 if (HasProfileData) {
2362 if (HasProfileData)
2384 if (HasProfileData) // Update frequencies between Pred -> NewBB.
2387 if (HasProfileData) // Apply the summed frequency to NewBB.
2419 if (!HasProfileData)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp126 bool HasProfileData; member in class:__anon3512::MachineLICMBase
351 HasProfileData = MF.getFunction().hasProfileData();
1495 (DisableHoistingToHotterBlocks == UseBFI::PGO && HasProfileData)) &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3712 bool HasProfileData = local
3716 if (HasProfileData)
3722 unsigned FSAbbrev = (HasProfileData ? FSCallsProfileAbbrev : FSCallsAbbrev);
3724 (HasProfileData ? bitc::FS_PERMODULE_PROFILE
4108 bool HasProfileData = false;
4110 HasProfileData |=
4112 if (HasProfileData)
4147 if (HasProfileData)
4151 unsigned FSAbbrev = (HasProfileData ? FSCallsProfileAbbrev : FSCallsAbbrev);
4153 (HasProfileData
[all...]

Completed in 136 milliseconds