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

  /external/v8/src/compiler/
jump-threading.cc 80 if (!instr->AreMovesRedundant()) {
code-generator.cc 485 if (instr->IsNop() && instr->AreMovesRedundant()) return;
    [all...]
instruction.cc 349 bool Instruction::AreMovesRedundant() const {
    [all...]
instruction.h 940 bool AreMovesRedundant() const;
    [all...]

Completed in 1788 milliseconds