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

  /art/compiler/dex/
mir_optimization_test.cc 454 bool IsBackEdge(BasicBlockId branch_bb, BasicBlockId target_bb) {
456 return target_bb != NullBasicBlockId && cu_.mir_graph->IsBackEdge(branch, target_bb);
    [all...]
mir_graph.h     [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 672 if (mir_graph_->IsBackEdge(bb, bb->taken)) {
704 if (mir_graph_->IsBackEdge(bb, bb->taken) || mir_graph_->IsBackEdge(bb, bb->fall_through)) {
717 if (mir_graph_->IsBackEdge(bb, bb->taken) || mir_graph_->IsBackEdge(bb, bb->fall_through)) {
    [all...]
  /art/compiler/optimizing/
nodes.cc 203 if (info->IsBackEdge(*block)) {
224 if (!info->IsBackEdge(*predecessor)) {
233 if (info->IsBackEdge(*header->GetPredecessors().Get(0))) {
237 if (!info->IsBackEdge(*predecessor)) {
    [all...]
graph_checker.cc 335 if (loop_information->IsBackEdge(*first_predecessor)) {
342 if (!loop_information->IsBackEdge(*predecessor)) {
bounds_check_elimination.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
nodes.h 415 bool IsBackEdge(const HBasicBlock& block) const {
    [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc 815 if (info != nullptr && info->IsBackEdge(*block) && info->HasSuspendCheck()) {
    [all...]
code_generator_x86_64.cc 778 if (info != nullptr && info->IsBackEdge(*block) && info->HasSuspendCheck()) {
    [all...]

Completed in 105 milliseconds