Searched refs:LoopNestDepth (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceCfgNode.h54 void incrementLoopNestDepth() { ++LoopNestDepth; }
55 void setLoopNestDepth(SizeT NewDepth) { LoopNestDepth = NewDepth; }
56 SizeT getLoopNestDepth() const { return LoopNestDepth; }
139 SizeT LoopNestDepth = 0; /// the loop nest depth of this node member in class:Ice::CfgNode
H A DIceOperand.cpp235 const uint32_t LoopNestDepth = local
238 << LoopNestDepth * LogLoopTripCountEstimate;

Completed in 420 milliseconds