Home
last modified time | relevance | path

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

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