Searched refs:HasProfile (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | BasicBlockSections.cpp | 308 auto [HasProfile, ClusterInfo] = in runOnMachineFunction() 311 if (!HasProfile) in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | JumpThreading.h | 175 bool HasProfile);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 2278 bool HasProfile = doesBlockHaveProfileData(BB); in threadThroughTwoBasicBlocks() local 2279 auto *BFI = getOrCreateBFI(HasProfile); in threadThroughTwoBasicBlocks() 2390 bool HasProfile = doesBlockHaveProfileData(BB); in threadEdge() local 2391 auto *BFI = getOrCreateBFI(HasProfile); in threadEdge() 2460 updateBlockFreqAndEdgeWeight(PredBB, BB, NewBB, SuccBB, BFI, BPI, HasProfile); in threadEdge() 2530 bool HasProfile) { in updateBlockFreqAndEdgeWeight() argument 2535 assert(!HasProfile && in updateBlockFreqAndEdgeWeight() 2611 if (BBSuccProbs.size() >= 2 && HasProfile) { in updateBlockFreqAndEdgeWeight()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 933 bool HasProfile, 7063 bool HasProfile, bool HasRelBF) { in makeCallList() argument 7073 if (HasProfile) in makeCallList() 7075 } else if (HasProfile) in makeCallList() 7339 bool HasProfile = (BitCode == bitc::FS_PERMODULE_PROFILE); in parseEntireSummary() local 7343 IsOldProfileFormat, HasProfile, HasRelBF); in parseEntireSummary() 7496 bool HasProfile = (BitCode == bitc::FS_COMBINED_PROFILE); in parseEntireSummary() local 7499 IsOldProfileFormat, HasProfile, false); in parseEntireSummary()
|