Searched refs:HasProfile (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | BasicBlockSections.cpp | 319 auto [HasProfile, ClusterInfo] = in handleBBSections() 322 if (!HasProfile) in handleBBSections()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | JumpThreading.h | 175 bool HasProfile);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 2268 bool HasProfile = doesBlockHaveProfileData(BB); in threadThroughTwoBasicBlocks() local 2269 auto *BFI = getOrCreateBFI(HasProfile); in threadThroughTwoBasicBlocks() 2381 bool HasProfile = doesBlockHaveProfileData(BB); in threadEdge() local 2382 auto *BFI = getOrCreateBFI(HasProfile); in threadEdge() 2452 updateBlockFreqAndEdgeWeight(PredBB, BB, NewBB, SuccBB, BFI, BPI, HasProfile); in threadEdge() 2522 bool HasProfile) { in updateBlockFreqAndEdgeWeight() argument 2527 assert(!HasProfile && in updateBlockFreqAndEdgeWeight() 2602 if (BBSuccProbs.size() >= 2 && HasProfile) { in updateBlockFreqAndEdgeWeight()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 991 bool HasProfile, 7372 bool HasProfile, bool HasRelBF) { in makeCallList() argument 7376 if (!IsOldProfileFormat && (HasProfile || HasRelBF)) in makeCallList() 7388 if (HasProfile) in makeCallList() 7390 } else if (HasProfile) in makeCallList() 7654 bool HasProfile = (BitCode == bitc::FS_PERMODULE_PROFILE); in parseEntireSummary() local 7658 IsOldProfileFormat, HasProfile, HasRelBF); in parseEntireSummary() 7811 bool HasProfile = (BitCode == bitc::FS_COMBINED_PROFILE); in parseEntireSummary() local 7814 IsOldProfileFormat, HasProfile, false); in parseEntireSummary()
|