Lines Matching full:safe
119 // If a MBB does not dominate loop exiting blocks then it may not safe
170 /// operands that is safe to hoist, this instruction is called to do the
188 /// obviously not safe to hoist it.
226 /// If not then a load from this mbb may not be safe to hoist.
297 /// that is safe to hoist, this instruction is called to do the dirty work.
461 // safe to hoist.
485 // register, then this is not safe. Two defs is indicated by setting a
582 bool Safe = true;
592 // not safe to hoist.
593 Safe = false;
597 if (Safe)
625 /// operands that is safe to hoist, this instruction is called to do the
649 // If not then a load from this mbb may not be safe to hoist.
933 /// not safe to hoist it.
935 // Check if it's safe to move the instruction.
943 // from constant memory are not safe to speculate all the time, for example
980 // Otherwise it's safe to move.
1201 // high register pressure, then it's safe to proceed.
1382 /// that are safe to hoist, this instruction is called to do the dirty work.