Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DJumpThreading.h167 bool doesBlockHaveProfileData(BasicBlock *BB);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp2185 bool JumpThreadingPass::doesBlockHaveProfileData(BasicBlock *BB) { in doesBlockHaveProfileData() function in JumpThreadingPass
2286 if (BBSuccProbs.size() >= 2 && doesBlockHaveProfileData(BB)) { in UpdateBlockFreqAndEdgeWeight()