Home
last modified time | relevance | path

Searched refs:LastInstruction (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceOperand.cpp302 const Inst *LastInstruction = in markDef() local
304 (void)LastInstruction; in markDef()
305 assert(LastInstruction == nullptr || in markDef()
306 Instr->getNumber() >= LastInstruction->getNumber()); in markDef()
/third_party/node/deps/v8/src/compiler/backend/
H A Dmove-optimizer.h49 const Instruction* LastInstruction(const InstructionBlock* block) const;
H A Dmove-optimizer.cc368 const Instruction* MoveOptimizer::LastInstruction( in LastInstruction() function in v8::internal::compiler::MoveOptimizer
401 const Instruction* instr = LastInstruction(pred); in OptimizeMerge()
477 for (MoveOperands* move : *LastInstruction(pred)->parallel_moves()[0]) { in OptimizeMerge()

Completed in 3 milliseconds