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

  /art/compiler/optimizing/
nodes_arm64.h 58 bool CanBeMoved() const OVERRIDE { return true; }
108 bool CanBeMoved() const OVERRIDE { return true; }
nodes_shared.h 40 bool CanBeMoved() const OVERRIDE { return true; }
licm.cc 132 if (instruction->CanBeMoved()
select_generator.cc 37 } else if (instruction->CanBeMoved() && !instruction->HasSideEffects()) {
nodes.h     [all...]
gvn.cc 489 if (current->CanBeMoved()) {
nodes.cc 794 DCHECK(insn->CanBeMoved());
    [all...]

Completed in 353 milliseconds