Searched refs:TryInsertLoopAtNode (Results 1 – 2 of 2) sorted by relevance
55 bool success = TryInsertLoopAtNode(root(), loop); in InsertLoop()60 bool TryInsertLoopAtNode(LoopTreeNode* node, Loop* loop);
177 bool LoopTree::TryInsertLoopAtNode(LoopTreeNode* node, Loop* loop) { in TryInsertLoopAtNode() function in berberis::x86_64::LoopTree184 if (TryInsertLoopAtNode(innerloop_node, loop)) { in TryInsertLoopAtNode()