Home
last modified time | relevance | path

Searched refs:df_ext_iterator (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/ADT/
DDepthFirstIterator.h212 struct df_ext_iterator : public df_iterator<T, SetTy, true> { struct
213 df_ext_iterator(const df_iterator<T, SetTy, true> &V) in df_ext_iterator() argument
218 df_ext_iterator<T, SetTy> df_ext_begin(const T& G, SetTy &S) { in df_ext_begin()
219 return df_ext_iterator<T, SetTy>::begin(G, S); in df_ext_begin()
223 df_ext_iterator<T, SetTy> df_ext_end(const T& G, SetTy &S) { in df_ext_end()
224 return df_ext_iterator<T, SetTy>::end(G, S); in df_ext_end()
/external/llvm/lib/CodeGen/
DUnreachableBlockElim.cpp69 for (df_ext_iterator<Function*, SmallPtrSet<BasicBlock*, 8> > I = in runOnFunction()
132 for (df_ext_iterator<MachineFunction*, SmallPtrSet<MachineBasicBlock*, 8> > in runOnMachineFunction()
DLiveVariables.cpp531 for (df_ext_iterator<MachineBasicBlock*, SmallPtrSet<MachineBasicBlock*,16> > in runOnMachineFunction()
/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h245 df_ext_iterator<BlockT*, llvm::SmallPtrSet<BlockT*, 8> > in verifyLoop()
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp368 for (df_ext_iterator<MachineBasicBlock*, SmallPtrSet<MachineBasicBlock*, 8> > in runOnMachineFunction()