HomeSort by relevance Sort by last modified time
    Searched refs:LoopNestDepth (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceCfgNode.h 54 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
IceOperand.cpp 235 const uint32_t LoopNestDepth =
238 << LoopNestDepth * LogLoopTripCountEstimate;

Completed in 306 milliseconds