Home
last modified time | relevance | path

Searched refs:PrepareInsertAfter (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dmove-optimizer.cc131 MoveOperands* to_eliminate = left->PrepareInsertAfter(move); in CompressMoves()
Dinstruction.cc221 MoveOperands* ParallelMove::PrepareInsertAfter(MoveOperands* move) const { in PrepareInsertAfter() function in v8::internal::compiler::ParallelMove
Dinstruction.h647 MoveOperands* PrepareInsertAfter(MoveOperands* move) const;
Dregister-allocator.cc3499 MoveOperands* eliminate = moves->PrepareInsertAfter(move); in ConnectRanges()