Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h177 bool doesBlockHaveProfileData(BasicBlock *BB);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2268 bool HasProfile = doesBlockHaveProfileData(BB); in threadThroughTwoBasicBlocks()
2381 bool HasProfile = doesBlockHaveProfileData(BB); in threadEdge()
2505 bool JumpThreadingPass::doesBlockHaveProfileData(BasicBlock *BB) { in doesBlockHaveProfileData() function in JumpThreadingPass