Home
last modified time | relevance | path

Searched refs:df_ext_end (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DUnreachableBlockElim.cpp70 df_ext_begin(&F, Reachable), E = df_ext_end(&F, Reachable); I != E; ++I) in runOnFunction()
133 I = df_ext_begin(&F, Reachable), E = df_ext_end(&F, Reachable); in runOnMachineFunction()
DProcessImplicitDefs.cpp100 DFI = df_ext_begin(Entry, Visited), E = df_ext_end(Entry, Visited); in runOnMachineFunction()
DExecutionDepsFix.cpp483 DFI = df_ext_begin(Entry, Visited), DFE = df_ext_end(Entry, Visited); in runOnMachineFunction()
DLiveVariables.cpp505 DFI = df_ext_begin(Entry, Visited), E = df_ext_end(Entry, Visited); in runOnMachineFunction()
DVirtRegRewriter.cpp1208 DFI = df_ext_begin(Entry, Visited), E = df_ext_end(Entry, Visited); in runOnMachineFunction()
/external/llvm/include/llvm/ADT/
DDepthFirstIterator.h229 df_ext_iterator<T, SetTy> df_ext_end(const T& G, SetTy &S) { in df_ext_end() function
236 return make_range(df_ext_begin(G, S), df_ext_end(G, S)); in depth_first_ext()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DDepthFirstIterator.h245 df_ext_iterator<T, SetTy> df_ext_end(const T& G, SetTy &S) { in df_ext_end() function
252 return make_range(df_ext_begin(G, S), df_ext_end(G, S)); in depth_first_ext()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DDepthFirstIterator.h223 df_ext_iterator<T, SetTy> df_ext_end(const T& G, SetTy &S) { in df_ext_end() function
/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h235 BE = df_ext_end(getHeader(), VisitSet); in verifyLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h307 BE = df_ext_end(getHeader(), VisitSet); in verifyLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp1010 for (auto DFI = df_ext_begin(&MF, Reachable), DFE = df_ext_end(&MF, Reachable); in replaceFrameIndices()
DLiveIntervals.cpp650 I = df_ext_begin(Succ, Visited), E = df_ext_end(Succ, Visited); in pruneValue()
DMachineVerifier.cpp2261 DFI = df_ext_begin(MF, Reachable), DFE = df_ext_end(MF, Reachable); in verifyStackFrame()
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp1015 for (auto DFI = df_ext_begin(&Fn, Reachable), DFE = df_ext_end(&Fn, Reachable); in replaceFrameIndices()
DLiveIntervalAnalysis.cpp614 I = df_ext_begin(*SuccI, Visited), E = df_ext_end(*SuccI, Visited); in pruneValue()
DMachineVerifier.cpp1958 DFI = df_ext_begin(MF, Reachable), DFE = df_ext_end(MF, Reachable); in verifyStackFrame()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FloatingPoint.cpp368 I = df_ext_begin(Entry, Processed), E = df_ext_end(Entry, Processed); in runOnMachineFunction()