Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h86 bool HasProfileData = false; variable
103 AAResults *AA, DomTreeUpdater *DTU, bool HasProfileData,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp397 if (HasProfileData) { in runImpl()
1128 if (HasProfileData) in processBlock()
1186 if (HasProfileData) in processBlock()
1286 if (HasProfileData) in processImpliedCondition()
1736 if (HasProfileData) in processThreadableEdges()
2275 if (HasProfileData) { in threadThroughTwoBasicBlocks()
2288 if (HasProfileData) in threadThroughTwoBasicBlocks()
2395 if (HasProfileData) { in threadEdge()
2454 if (HasProfileData) in splitBlockPreds()
2511 if (!HasProfileData) in updateBlockFreqAndEdgeWeight()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp122 bool HasProfileData; member in __anon3ed712e20111::MachineLICMBase
342 HasProfileData = MF.getFunction().hasProfileData(); in runOnMachineFunction()
1392 (DisableHoistingToHotterBlocks == UseBFI::PGO && HasProfileData)) && in Hoist()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3832 bool HasProfileData = in writePerModuleFunctionSummaryRecord() local
3836 if (HasProfileData) in writePerModuleFunctionSummaryRecord()
3842 unsigned FSAbbrev = (HasProfileData ? FSCallsProfileAbbrev : FSCallsAbbrev); in writePerModuleFunctionSummaryRecord()
3844 (HasProfileData ? bitc::FS_PERMODULE_PROFILE in writePerModuleFunctionSummaryRecord()
4258 bool HasProfileData = false; in writeCombinedGlobalValueSummary() local
4260 HasProfileData |= in writeCombinedGlobalValueSummary()
4262 if (HasProfileData) in writeCombinedGlobalValueSummary()
4273 if (HasProfileData) in writeCombinedGlobalValueSummary()
4277 unsigned FSAbbrev = (HasProfileData ? FSCallsProfileAbbrev : FSCallsAbbrev); in writeCombinedGlobalValueSummary()
4279 (HasProfileData ? bitc::FS_COMBINED_PROFILE : bitc::FS_COMBINED); in writeCombinedGlobalValueSummary()