Searched refs:instruction_in_block (Results 1 – 6 of 6) sorted by relevance
288 SpvOp opcode, const opt::BasicBlock::iterator& instruction_in_block) { in CanInsertOpcodeBeforeInstruction() argument289 if (instruction_in_block->PreviousNode() && in CanInsertOpcodeBeforeInstruction()290 (instruction_in_block->PreviousNode()->opcode() == SpvOpLoopMerge || in CanInsertOpcodeBeforeInstruction()291 instruction_in_block->PreviousNode()->opcode() == SpvOpSelectionMerge)) { in CanInsertOpcodeBeforeInstruction()296 instruction_in_block->opcode() == SpvOpVariable) { in CanInsertOpcodeBeforeInstruction()303 return opcode == SpvOpPhi || instruction_in_block->opcode() != SpvOpPhi; in CanInsertOpcodeBeforeInstruction()
114 SpvOp opcode, const opt::BasicBlock::iterator& instruction_in_block);