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

References

lib/Analysis/DependenceGraphBuilder.cpp
   71     for (auto I : depth_first_ext(N, Visited))
lib/CodeGen/LiveVariables.cpp
  646   for (MachineBasicBlock *MBB : depth_first_ext(Entry, Visited)) {
lib/CodeGen/UnreachableBlockElim.cpp
  112   for (MachineBasicBlock *BB : depth_first_ext(&F, Reachable))
lib/Target/X86/X86FloatingPoint.cpp
  373   for (MachineBasicBlock *BB : depth_first_ext(Entry, Processed))
lib/Transforms/Scalar/ADCE.cpp
  279     for (auto *BB: depth_first_ext(&F.getEntryBlock(), State)) {
lib/Transforms/Utils/BasicBlockUtils.cpp
  122   for (BasicBlock *BB : depth_first_ext(&F, Reachable))