Home
last modified time | relevance | path

Searched refs:doesBlockHaveProfileData (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h175 bool doesBlockHaveProfileData(BasicBlock *BB);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2487 bool JumpThreadingPass::doesBlockHaveProfileData(BasicBlock *BB) { in doesBlockHaveProfileData() function in JumpThreadingPass
2587 if (BBSuccProbs.size() >= 2 && doesBlockHaveProfileData(BB)) { in updateBlockFreqAndEdgeWeight()