Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DDepthFirstIterator.h218 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/
DDepthFirstIterator.h234 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/
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/swiftshader/third_party/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()
DProcessImplicitDefs.cpp99 for (df_ext_iterator<MachineBasicBlock*, SmallPtrSet<MachineBasicBlock*,16> > in runOnMachineFunction()
DExecutionDepsFix.cpp482 for (df_ext_iterator<MachineBasicBlock*, SmallPtrSet<MachineBasicBlock*, 16> > in runOnMachineFunction()
DLiveVariables.cpp504 for (df_ext_iterator<MachineBasicBlock*, SmallPtrSet<MachineBasicBlock*,16> > in runOnMachineFunction()
DVirtRegRewriter.cpp1206 for (df_ext_iterator<MachineBasicBlock*, in runOnMachineFunction()
/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h233 df_ext_iterator<BlockT*, llvm::SmallPtrSet<BlockT*, 8> > in verifyLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h305 df_ext_iterator<BlockT *, df_iterator_default_set<BlockT *>> in verifyLoop()
/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp613 for (df_ext_iterator<MachineBasicBlock*, VisitedTy> in pruneValue()
DMachineVerifier.cpp1956 for (df_ext_iterator<const MachineFunction*, in verifyStackFrame()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FloatingPoint.cpp367 for (df_ext_iterator<MachineBasicBlock*, SmallPtrSet<MachineBasicBlock*, 8> > in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveIntervals.cpp649 for (df_ext_iterator<MachineBasicBlock*, VisitedTy> in pruneValue()
DMachineVerifier.cpp2259 for (df_ext_iterator<const MachineFunction *, in verifyStackFrame()