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

  /external/swiftshader/third_party/subzero/src/
IceLoopAnalyzer.cpp 81 void incrementLoopNestDepth();
132 void LoopAnalyzer::LoopNode::incrementLoopNestDepth() {
133 BB->incrementLoopNestDepth();
227 LoopStack.back()->incrementLoopNestDepth();
239 (*It)->incrementLoopNestDepth();
IceCfgNode.h 54 void incrementLoopNestDepth() { ++LoopNestDepth; }

Completed in 200 milliseconds