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

References

include/llvm/Analysis/LazyCallGraph.h
 1092         if (Visited.count(BA->getFunction()))
 1097         if (llvm::all_of(BA->users(), [&](User *U) {
 1099                 return I->getFunction() == BA->getFunction();
 1105         Visited.insert(BA->getFunction());
 1106         Worklist.push_back(BA->getFunction());