Home
last modified time | relevance | path

Searched refs:depth_first_ext (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DUnreachableBlockElim.cpp67 for (BasicBlock *BB : depth_first_ext(&F, Reachable)) in runOnFunction()
127 for (MachineBasicBlock *BB : depth_first_ext(&F, Reachable)) in runOnMachineFunction()
DLiveVariables.cpp647 for (MachineBasicBlock *MBB : depth_first_ext(Entry, Visited)) { in runOnMachineFunction()
/external/llvm/include/llvm/ADT/
DDepthFirstIterator.h234 iterator_range<df_ext_iterator<T, SetTy>> depth_first_ext(const T& G, in depth_first_ext() function
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp326 for (MachineBasicBlock *BB : depth_first_ext(Entry, Processed)) in runOnMachineFunction()