Searched refs:df_ext_iterator (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | DepthFirstIterator.h | 212 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/ |
D | UnreachableBlockElim.cpp | 69 for (df_ext_iterator<Function*, SmallPtrSet<BasicBlock*, 8> > I = in runOnFunction() 132 for (df_ext_iterator<MachineFunction*, SmallPtrSet<MachineBasicBlock*, 8> > in runOnMachineFunction()
|
D | LiveVariables.cpp | 531 for (df_ext_iterator<MachineBasicBlock*, SmallPtrSet<MachineBasicBlock*,16> > in runOnMachineFunction()
|
/external/llvm/include/llvm/Analysis/ |
D | LoopInfoImpl.h | 245 df_ext_iterator<BlockT*, llvm::SmallPtrSet<BlockT*, 8> > in verifyLoop()
|
/external/llvm/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 368 for (df_ext_iterator<MachineBasicBlock*, SmallPtrSet<MachineBasicBlock*, 8> > in runOnMachineFunction()
|