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

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp748 /// IsValueFullyAvailableInBlock - Return true if we can prove that the value
758 static bool IsValueFullyAvailableInBlock(BasicBlock *BB, function
789 if (!IsValueFullyAvailableInBlock(*PI, FullyAvailableBlocks,RecurseDepth+1))
1561 if (IsValueFullyAvailableInBlock(Pred, FullyAvailableBlocks, 0)) {

Completed in 61 milliseconds