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

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp382 bool hasBlockValue(Value *Val, BasicBlock *BB);
520 bool LazyValueInfoCache::hasBlockValue(Value *Val, BasicBlock *BB) { function in class:LazyValueInfoCache
816 if (!hasBlockValue(BBI->getOperand(0), BB)) {
1013 if (!hasBlockValue(Val, BBFrom)) {
1035 if (!hasBlockValue(Val, BBFrom)) {

Completed in 52 milliseconds