Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.cc843 HLoopInformation* common_loop_info = nullptr; in IsFastCase() local
848 common_loop_info = block_loop_info; in IsFastCase()
850 if (block_loop_info != common_loop_info) { in IsFastCase()
857 if (common_loop_info == nullptr || !orig_bb_set_.SameBitsSet(&common_loop_info->GetBlocks())) { in IsFastCase()
869 common_loop_info, in IsFastCase()
884 common_loop_info, in IsFastCase()