Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.cc892 HLoopInformation* common_loop_info = nullptr; in IsFastCase() local
897 common_loop_info = block_loop_info; in IsFastCase()
899 if (block_loop_info != common_loop_info) { in IsFastCase()
906 if (common_loop_info == nullptr || !orig_bb_set_.SameBitsSet(&common_loop_info->GetBlocks())) { in IsFastCase()
922 common_loop_info, in IsFastCase()
937 common_loop_info, in IsFastCase()