HomeSort by relevance Sort by last modified time
    Searched refs:IsBackEdge (Results 1 - 11 of 11) sorted by null

  /art/compiler/optimizing/
linear_order.cc 68 } else if (found_blocks == num_blocks && !loop->IsBackEdge(*block)) {
nodes.cc 324 if (info->IsBackEdge(*block)) {
346 if (!info->IsBackEdge(*predecessor)) {
355 if (info->IsBackEdge(*header->GetPredecessors()[0])) {
359 if (!info->IsBackEdge(*predecessor)) {
388 DCHECK(!block->IsLoopHeader() || !block->GetLoopInformation()->IsBackEdge(*first_predecessor));
    [all...]
graph_checker.cc 597 if (loop_information->IsBackEdge(*first_predecessor)) {
604 if (!loop_information->IsBackEdge(*predecessor)) {
    [all...]
bounds_check_elimination.cc     [all...]
nodes.h 784 bool IsBackEdge(const HBasicBlock& block) const {
    [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 427 milliseconds