Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h86 bool HasProfileData = false; variable
103 AAResults *AA, DomTreeUpdater *DTU, bool HasProfileData,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp393 HasProfileData = HasProfileData_; in runImpl()
397 if (HasProfileData) { in runImpl()
1129 if (HasProfileData) in processBlock()
1187 if (HasProfileData) in processBlock()
1287 if (HasProfileData) in processImpliedCondition()
1737 if (HasProfileData) in processThreadableEdges()
2276 if (HasProfileData) { in threadThroughTwoBasicBlocks()
2289 if (HasProfileData) in threadThroughTwoBasicBlocks()
2396 if (HasProfileData) { in threadEdge()
2455 if (HasProfileData) in splitBlockPreds()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLICM.cpp122 bool HasProfileData; member in __anondcd5ce190111::MachineLICMBase
342 HasProfileData = MF.getFunction().hasProfileData(); in runOnMachineFunction()
1392 (DisableHoistingToHotterBlocks == UseBFI::PGO && HasProfileData)) && in Hoist()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3828 bool HasProfileData = in writePerModuleFunctionSummaryRecord() local
3832 if (HasProfileData) in writePerModuleFunctionSummaryRecord()
3838 unsigned FSAbbrev = (HasProfileData ? FSCallsProfileAbbrev : FSCallsAbbrev); in writePerModuleFunctionSummaryRecord()
3840 (HasProfileData ? bitc::FS_PERMODULE_PROFILE in writePerModuleFunctionSummaryRecord()
4254 bool HasProfileData = false; in writeCombinedGlobalValueSummary() local
4256 HasProfileData |= in writeCombinedGlobalValueSummary()
4258 if (HasProfileData) in writeCombinedGlobalValueSummary()
4269 if (HasProfileData) in writeCombinedGlobalValueSummary()
4273 unsigned FSAbbrev = (HasProfileData ? FSCallsProfileAbbrev : FSCallsAbbrev); in writeCombinedGlobalValueSummary()
4275 (HasProfileData ? bitc::FS_COMBINED_PROFILE : bitc::FS_COMBINED); in writeCombinedGlobalValueSummary()