Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/backend/include/berberis/backend/x86_64/
Dmachine_ir_analysis.h55 bool success = TryInsertLoopAtNode(root(), loop); in InsertLoop()
60 bool TryInsertLoopAtNode(LoopTreeNode* node, Loop* loop);
/frameworks/libs/binary_translation/backend/x86_64/
Dmachine_ir_analysis.cc177 bool LoopTree::TryInsertLoopAtNode(LoopTreeNode* node, Loop* loop) { in TryInsertLoopAtNode() function in berberis::x86_64::LoopTree
184 if (TryInsertLoopAtNode(innerloop_node, loop)) { in TryInsertLoopAtNode()