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

  /art/compiler/optimizing/
nodes.cc 328 if (info->IsBackEdge(*block)) {
350 if (!info->IsBackEdge(*predecessor)) {
359 if (info->IsBackEdge(*header->GetPredecessors()[0])) {
363 if (!info->IsBackEdge(*predecessor)) {
393 DCHECK(!block->IsLoopHeader() || !block->GetLoopInformation()->IsBackEdge(*first_predecessor));
    [all...]
graph_checker.cc 591 if (loop_information->IsBackEdge(*first_predecessor)) {
598 if (!loop_information->IsBackEdge(*predecessor)) {
    [all...]
bounds_check_elimination.cc     [all...]
ssa_liveness_analysis.h     [all...]
nodes.h 685 bool IsBackEdge(const HBasicBlock& block) const {
867 && (loop_info == nullptr || !loop_info->IsBackEdge(*this));
    [all...]
code_generator_mips64.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 479 milliseconds