Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.cc121 if (UseInstructionScheduling()) { in SelectInstructions()
152 if (UseInstructionScheduling()) { in StartBlock()
161 if (UseInstructionScheduling()) { in EndBlock()
170 if (UseInstructionScheduling()) { in AddTerminator()
179 if (UseInstructionScheduling()) { in AddInstruction()
Dinstruction-selector.h479 bool UseInstructionScheduling() const { in UseInstructionScheduling() function