Searched refs:IsOpcodeCodeMotionSafe (Results 1 – 15 of 15) sorted by relevance
239 assert(inst->IsOpcodeCodeMotionSafe() && in HoistInstruction()273 if (!inst->IsOpcodeCodeMotionSafe()) { in CanHoistInstruction()
116 inst.opcode() == SpvOp::SpvOpPhi || inst.IsOpcodeCodeMotionSafe(); in MovableInstruction()
538 bool IsOpcodeCodeMotionSafe() const;
457 inst->IsOpcodeCodeMotionSafe(); in ShouldHoistInstruction()
835 bool Instruction::IsOpcodeCodeMotionSafe() const { in IsOpcodeCodeMotionSafe() function in spvtools::opt::Instruction
249 assert(inst->IsOpcodeCodeMotionSafe() && in HoistInstruction()283 if (!inst->IsOpcodeCodeMotionSafe()) { in CanHoistInstruction()
116 inst.opcode() == spv::Op::OpPhi || inst.IsOpcodeCodeMotionSafe(); in MovableInstruction()
554 bool IsOpcodeCodeMotionSafe() const;
454 return inst.IsOpcodeCodeMotionSafe() && AreAllOperandsOutsideLoop(inst) && in ShouldHoistInstruction()
855 bool Instruction::IsOpcodeCodeMotionSafe() const { in IsOpcodeCodeMotionSafe() function in spvtools::opt::Instruction