Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfgNode.h55 void setLoopNestDepth(SizeT NewDepth) { LoopNestDepth = NewDepth; } in setLoopNestDepth() argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAG.cpp203 void SUnit::setDepthToAtLeast(unsigned NewDepth) { in setDepthToAtLeast() argument
204 if (NewDepth <= getDepth()) in setDepthToAtLeast()
207 Depth = NewDepth; in setDepthToAtLeast()
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp213 void SUnit::setDepthToAtLeast(unsigned NewDepth) { in setDepthToAtLeast() argument
214 if (NewDepth <= getDepth()) in setDepthToAtLeast()
217 Depth = NewDepth; in setDepthToAtLeast()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DScheduleDAG.h379 void setDepthToAtLeast(unsigned NewDepth);
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h434 void setDepthToAtLeast(unsigned NewDepth);