Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DGVN.cpp758 static bool IsValueFullyAvailableInBlock(BasicBlock *BB, in IsValueFullyAvailableInBlock() function
789 if (!IsValueFullyAvailableInBlock(*PI, FullyAvailableBlocks,RecurseDepth+1)) in IsValueFullyAvailableInBlock()
1561 if (IsValueFullyAvailableInBlock(Pred, FullyAvailableBlocks, 0)) { in PerformLoadPRE()