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.cpp317 auto [HasProfile, ClusterInfo] = in handleBBSections()
320 if (!HasProfile) in handleBBSections()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h186 bool HasProfile);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2293 bool HasProfile = doesBlockHaveProfileData(BB); in threadThroughTwoBasicBlocks() local
2294 auto *BFI = getOrCreateBFI(HasProfile); in threadThroughTwoBasicBlocks()
2409 bool HasProfile = doesBlockHaveProfileData(BB); in threadEdge() local
2410 auto *BFI = getOrCreateBFI(HasProfile); in threadEdge()
2481 updateBlockFreqAndEdgeWeight(PredBB, BB, NewBB, SuccBB, BFI, BPI, HasProfile); in threadEdge()
2551 bool HasProfile) { in updateBlockFreqAndEdgeWeight() argument
2556 assert(!HasProfile && in updateBlockFreqAndEdgeWeight()
2630 if (BBSuccProbs.size() >= 2 && HasProfile) { in updateBlockFreqAndEdgeWeight()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp997 bool HasProfile, bool HasRelBF);
7436 bool HasProfile, bool HasRelBF) { in makeCallList() argument
7440 if (!IsOldProfileFormat && (HasProfile || HasRelBF)) in makeCallList()
7452 if (HasProfile) in makeCallList()
7454 } else if (HasProfile) in makeCallList()
7761 bool HasProfile = (BitCode == bitc::FS_PERMODULE_PROFILE); in parseEntireSummary() local
7765 IsOldProfileFormat, HasProfile, HasRelBF); in parseEntireSummary()
7915 bool HasProfile = (BitCode == bitc::FS_COMBINED_PROFILE); in parseEntireSummary() local
7918 IsOldProfileFormat, HasProfile, false); in parseEntireSummary()