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

Declarations

include/llvm/Analysis/DDG.h
   73   bool collectInstructions(llvm::function_ref<bool(Instruction *)> const &Pred,

References

lib/Analysis/DependenceGraphBuilder.cpp
   80     N->collectInstructions([](const Instruction *I) { return true; }, SrcIList);
  134     (*SrcIt)->collectInstructions(isMemoryAccess, SrcIList);
  142       (*DstIt)->collectInstructions(isMemoryAccess, DstIList);