Lines Matching defs:Safe
111 // If a MBB does not dominate loop exiting blocks then it may not safe
165 /// operands that is safe to hoist, this instruction is called to do the
183 /// obviously not safe to hoist it.
220 /// If not then a load from this mbb may not be safe to hoist.
282 /// that is safe to hoist, this instruction is called to do the dirty work.
442 // safe to hoist.
466 // register, then this is not safe. Two defs is indicated by setting a
563 bool Safe = true;
573 // not safe to hoist.
574 Safe = false;
578 if (Safe)
606 /// operands that is safe to hoist, this instruction is called to do the
630 // If not then a load from this mbb may not be safe to hoist.
893 /// not safe to hoist it.
895 // Check if it's safe to move the instruction.
903 // from constant memory are not safe to speculate all the time, for example
940 // Otherwise it's safe to move.
1209 // high register pressure, then it's safe to proceed.
1398 /// that are safe to hoist, this instruction is called to do the dirty work.