Home
last modified time | relevance | path

Searched refs:incrementLoopNestDepth (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceLoopAnalyzer.cpp81 void incrementLoopNestDepth();
132 void LoopAnalyzer::LoopNode::incrementLoopNestDepth() { in incrementLoopNestDepth() function in Ice::LoopAnalyzer::LoopNode
133 BB->incrementLoopNestDepth(); in incrementLoopNestDepth()
227 LoopStack.back()->incrementLoopNestDepth(); in processNode()
239 (*It)->incrementLoopNestDepth(); in processNode()
DIceCfgNode.h54 void incrementLoopNestDepth() { ++LoopNestDepth; } in incrementLoopNestDepth() function