Searched refs:incrementLoopNestDepth (Results 1 – 2 of 2) sorted by relevance
81 void incrementLoopNestDepth();132 void LoopAnalyzer::LoopNode::incrementLoopNestDepth() { in incrementLoopNestDepth() function in Ice::LoopAnalyzer::LoopNode133 BB->incrementLoopNestDepth(); in incrementLoopNestDepth()227 LoopStack.back()->incrementLoopNestDepth(); in processNode()239 (*It)->incrementLoopNestDepth(); in processNode()
54 void incrementLoopNestDepth() { ++LoopNestDepth; } in incrementLoopNestDepth() function