Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.cc885 HLoopInformation* common_loop_info = nullptr; in IsFastCase() local
890 common_loop_info = block_loop_info; in IsFastCase()
892 if (block_loop_info != common_loop_info) { in IsFastCase()
899 if (common_loop_info == nullptr || !orig_bb_set_.SameBitsSet(&common_loop_info->GetBlocks())) { in IsFastCase()
915 common_loop_info, in IsFastCase()
930 common_loop_info, in IsFastCase()