/external/llvm/include/llvm/ADT/ |
D | DepthFirstIterator.h | 218 struct df_ext_iterator : public df_iterator<T, SetTy, true> { struct 219 df_ext_iterator(const df_iterator<T, SetTy, true> &V) in df_ext_iterator() function 224 df_ext_iterator<T, SetTy> df_ext_begin(const T& G, SetTy &S) { in df_ext_begin() 225 return df_ext_iterator<T, SetTy>::begin(G, S); in df_ext_begin() 229 df_ext_iterator<T, SetTy> df_ext_end(const T& G, SetTy &S) { in df_ext_end() 230 return df_ext_iterator<T, SetTy>::end(G, S); in df_ext_end() 234 iterator_range<df_ext_iterator<T, SetTy>> depth_first_ext(const T& G, in depth_first_ext()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | DepthFirstIterator.h | 234 struct df_ext_iterator : public df_iterator<T, SetTy, true> { struct 235 df_ext_iterator(const df_iterator<T, SetTy, true> &V) in df_ext_iterator() function 240 df_ext_iterator<T, SetTy> df_ext_begin(const T& G, SetTy &S) { in df_ext_begin() 241 return df_ext_iterator<T, SetTy>::begin(G, S); in df_ext_begin() 245 df_ext_iterator<T, SetTy> df_ext_end(const T& G, SetTy &S) { in df_ext_end() 246 return df_ext_iterator<T, SetTy>::end(G, S); in df_ext_end() 250 iterator_range<df_ext_iterator<T, SetTy>> depth_first_ext(const T& G, in depth_first_ext()
|
/external/swiftshader/third_party/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/swiftshader/third_party/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 | ProcessImplicitDefs.cpp | 99 for (df_ext_iterator<MachineBasicBlock*, SmallPtrSet<MachineBasicBlock*,16> > in runOnMachineFunction()
|
D | ExecutionDepsFix.cpp | 482 for (df_ext_iterator<MachineBasicBlock*, SmallPtrSet<MachineBasicBlock*, 16> > in runOnMachineFunction()
|
D | LiveVariables.cpp | 504 for (df_ext_iterator<MachineBasicBlock*, SmallPtrSet<MachineBasicBlock*,16> > in runOnMachineFunction()
|
D | VirtRegRewriter.cpp | 1206 for (df_ext_iterator<MachineBasicBlock*, in runOnMachineFunction()
|
/external/llvm/include/llvm/Analysis/ |
D | LoopInfoImpl.h | 233 df_ext_iterator<BlockT*, llvm::SmallPtrSet<BlockT*, 8> > in verifyLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | LoopInfoImpl.h | 305 df_ext_iterator<BlockT *, df_iterator_default_set<BlockT *>> in verifyLoop()
|
/external/llvm/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 613 for (df_ext_iterator<MachineBasicBlock*, VisitedTy> in pruneValue()
|
D | MachineVerifier.cpp | 1956 for (df_ext_iterator<const MachineFunction*, in verifyStackFrame()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 367 for (df_ext_iterator<MachineBasicBlock*, SmallPtrSet<MachineBasicBlock*, 8> > in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveIntervals.cpp | 649 for (df_ext_iterator<MachineBasicBlock*, VisitedTy> in pruneValue()
|
D | MachineVerifier.cpp | 2259 for (df_ext_iterator<const MachineFunction *, in verifyStackFrame()
|