reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Analysis/LazyValueInfo.cpp
  409   bool hasBlockValue(Value *Val, BasicBlock *BB);

References

lib/Analysis/LazyValueInfo.cpp
  858   if (!hasBlockValue(SI->getTrueValue(), BB)) {
  872   if (!hasBlockValue(SI->getFalseValue(), BB)) {
  999   if (!hasBlockValue(I->getOperand(Op), BB))
 1006   if (hasBlockValue(I->getOperand(Op), BB)) {
 1174     if (!hasBlockValue(V, BB)) {
 1525   if (!hasBlockValue(Val, BBFrom)) {
 1557   if (!hasBlockValue(V, BB)) {