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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DLazyValueInfo.cpp367 bool hasBlockValue(Value *Val, BasicBlock *BB);
467 bool LazyValueInfoCache::hasBlockValue(Value *Val, BasicBlock *BB) { function in class:LazyValueInfoCache
696 if (!hasBlockValue(BBI->getOperand(0), BB)) {
882 if (!hasBlockValue(Val, BBFrom)) {
898 if (!hasBlockValue(Val, BBFrom)) {

Completed in 116 milliseconds