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

References

lib/Analysis/LazyValueInfo.cpp
  722   if (BB == &BB->getParent()->getEntryBlock()) {
  722   if (BB == &BB->getParent()->getEntryBlock()) {
  729           (isObjectDereferencedInBlock(Val, BB) &&
  730            !NullPointerIsDefined(BB->getParent(), PTy->getAddressSpace())))) {
  748   for (pred_iterator PI = pred_begin(BB), E = pred_end(BB); PI != E; ++PI) {
  748   for (pred_iterator PI = pred_begin(BB), E = pred_end(BB); PI != E; ++PI) {
  750     if (!getEdgeValue(Val, *PI, BB, EdgeResult))
  759       LLVM_DEBUG(dbgs() << " compute BB '" << BB->getName()
  764       if (PTy && isObjectDereferencedInBlock(Val, BB) &&
  765           !NullPointerIsDefined(BB->getParent(), PTy->getAddressSpace())) {