Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner_test.cc672 HLoopInformation* common_loop12 = FindCommonLoop(loop1, loop2); in FindCommonLoopCheck()
673 HLoopInformation* common_loop21 = FindCommonLoop(loop2, loop1); in FindCommonLoopCheck()
679 TEST_F(SuperblockClonerTest, FindCommonLoop) { in TEST_F() argument
Dsuperblock_cloner.h547 HLoopInformation* FindCommonLoop(HLoopInformation* loop1, HLoopInformation* loop2);
Dsuperblock_cloner.cc479 outer_loop_ = FindCommonLoop(outer_loop_, loop_exit_loop_info); in FindAndSetLocalAreaForAdjustments()
1119 HLoopInformation* FindCommonLoop(HLoopInformation* loop1, HLoopInformation* loop2) { in FindCommonLoop() function