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

/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h173 bool doesBlockHaveProfileData(BasicBlock *BB);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2522 bool JumpThreadingPass::doesBlockHaveProfileData(BasicBlock *BB) { function in class:JumpThreadingPass
2611 if (BBSuccProbs.size() >= 2 && doesBlockHaveProfileData(BB)) {

Completed in 133 milliseconds