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

  /external/v8/src/compiler/
move-optimizer.h 46 const Instruction* LastInstruction(const InstructionBlock* block) const;
move-optimizer.cc 372 const Instruction* MoveOptimizer::LastInstruction(
406 const Instruction* instr = LastInstruction(pred);
482 for (MoveOperands* move : *LastInstruction(pred)->parallel_moves()[0]) {
  /external/swiftshader/third_party/subzero/src/
IceOperand.cpp 291 const Inst *LastInstruction =
293 (void)LastInstruction;
294 assert(LastInstruction == nullptr ||
295 Instr->getNumber() >= LastInstruction->getNumber());
  /external/llvm/bindings/go/llvm/
ir.go     [all...]

Completed in 198 milliseconds