Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVN.cpp659 static bool IsValueFullyAvailableInBlock(BasicBlock *BB, in IsValueFullyAvailableInBlock() function
690 if (!IsValueFullyAvailableInBlock(*PI, FullyAvailableBlocks,RecurseDepth+1)) in IsValueFullyAvailableInBlock()
1105 if (IsValueFullyAvailableInBlock(Pred, FullyAvailableBlocks, 0)) { in PerformLoadPRE()