Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp319 auto [HasProfile, ClusterInfo] = in handleBBSections()
322 if (!HasProfile) in handleBBSections()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h175 bool HasProfile);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2268 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 DBitcodeReader.cpp991 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()