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

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

Completed in 121 milliseconds