Searched refs:getLoopNestDepth (Results 1 – 4 of 4) sorted by relevance
292 std::min(getLoopNestDepth(), Pred->getLoopNestDepth())); in splitIncomingEdge()1107 if (getLoopNestDepth()) { in emit()1108 Str << "\t\t\t\t/* loop depth=" << getLoopNestDepth() << " */\n"; in emit()1395 Str << " // LoopNestDepth = " << getLoopNestDepth() << "\n"; in dump()1580 NewNode->setLoopNestDepth(getLoopNestDepth()); in shortCircuit()
56 SizeT getLoopNestDepth() const { return LoopNestDepth; } in getLoopNestDepth() function
236 std::min(Node->getLoopNestDepth(), MaxLoopNestDepth); in markUse()
677 if (Header->getLoopNestDepth() < 1) in loopInvariantCodeMotion()