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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DGVN.cpp647 /// IsValueFullyAvailableInBlock - Return true if we can prove that the value
657 static bool IsValueFullyAvailableInBlock(BasicBlock *BB, function
688 if (!IsValueFullyAvailableInBlock(*PI, FullyAvailableBlocks,RecurseDepth+1))
1585 if (IsValueFullyAvailableInBlock(Pred, FullyAvailableBlocks, 0)) {

Completed in 128 milliseconds