Home
last modified time | relevance | path

Searched refs:InsertLoop (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/backend/x86_64/
Dmachine_ir_analysis_test.cc211 tree.InsertLoop(&loop1); in TEST()
235 tree.InsertLoop(&loop1); in TEST()
236 tree.InsertLoop(&loop2); in TEST()
263 tree.InsertLoop(&loop1); in TEST()
264 tree.InsertLoop(&loop2); in TEST()
Dmachine_ir_analysis.cc202 loop_tree.InsertLoop(loop); in BuildLoopTree()
/frameworks/libs/binary_translation/backend/include/berberis/backend/x86_64/
Dmachine_ir_analysis.h54 void InsertLoop(Loop* loop) { in InsertLoop() function