Searched refs:GetParallelMove (Results 1 – 4 of 4) sorted by relevance
26 CHECK_NULL(instr->GetParallelMove(inner_pos)); in VerifyEmptyGaps()35 const ParallelMove* moves = instr->GetParallelMove(inner_pos); in VerifyAllocatedGaps()277 instruction->GetParallelMove(Instruction::GapPosition::START); in PerformMoves()280 instruction->GetParallelMove(Instruction::GapPosition::END); in PerformMoves()
506 ParallelMove* parallel_move = instr->GetParallelMove(inner_pos); in GetPushCompatibleMoves()772 ParallelMove* move = instr->GetParallelMove(inner_pos); in AssembleGaps()
935 ParallelMove* GetParallelMove(GapPosition pos) { in GetParallelMove() function939 const ParallelMove* GetParallelMove(GapPosition pos) const { in GetParallelMove() function
2179 ParallelMove* move = instr->GetParallelMove(position); in ProcessInstructions()2282 *predecessor_instr->GetParallelMove(Instruction::END)) { in ProcessPhis()2323 auto moves = predecessor_instr->GetParallelMove(Instruction::START); in ProcessPhis()