Home
last modified time | relevance | path

Searched refs:UseInstructionScheduling (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dinstruction-selector.cc90 if (UseInstructionScheduling()) { in SelectInstructions()
121 if (UseInstructionScheduling()) { in StartBlock()
131 if (UseInstructionScheduling()) { in EndBlock()
140 if (UseInstructionScheduling()) { in AddTerminator()
149 if (UseInstructionScheduling()) { in AddInstruction()
Dinstruction-selector.h484 bool UseInstructionScheduling() const { in UseInstructionScheduling() function