Home
last modified time | relevance | path

Searched refs:getLoopNestDepth (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp292 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()
DIceCfgNode.h56 SizeT getLoopNestDepth() const { return LoopNestDepth; } in getLoopNestDepth() function
DIceOperand.cpp236 std::min(Node->getLoopNestDepth(), MaxLoopNestDepth); in markUse()
DIceCfg.cpp677 if (Header->getLoopNestDepth() < 1) in loopInvariantCodeMotion()