Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Safe

106     // If a MBB does not dominate loop exiting blocks then it may not safe
162 /// operands that is safe to hoist, this instruction is called to do the
178 /// obviously not safe to hoist it.
215 /// If not then a load from this mbb may not be safe to hoist.
265 /// that is safe to hoist, this instruction is called to do the dirty work.
416 // safe to hoist.
441 // register, then this is not safe.
512 bool Safe = true;
520 // not safe to hoist.
521 Safe = false;
525 if (Safe)
555 /// operands that is safe to hoist, this instruction is called to do the
588 // If not then a load from this mbb may not be safe to hoist.
767 /// not safe to hoist it.
769 // Check if it's safe to move the instruction.
821 // Otherwise it's safe to move.
1055 // high register pressure, then it's safe to proceed.
1220 /// that are safe to hoist, this instruction is called to do the dirty work.