Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Safe

141     // If a MBB does not dominate loop exiting blocks then it may not safe
437 // safe to hoist.
461 // register, then this is not safe. Two defs is indicated by setting a
550 bool Safe = true;
559 // not safe to hoist.
560 Safe = false;
564 if (Safe)
588 /// safe to hoist, this instruction is called to do the dirty work.
612 /// may not be safe to hoist.
977 /// e.g. If the instruction is a call, then it's obviously not safe to hoist it.
979 // Check if it's safe to move the instruction.
989 // from constant memory are not safe to speculate all the time, for example
1022 // then this use is safe to hoist.
1026 // Otherwise it's safe to move.
1247 // high register pressure, then it's safe to proceed.
1433 /// that are safe to hoist, this instruction is called to do the dirty work.