Searched refs:isSafeToClobberEFLAGS (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp379 !TII->isSafeToClobberEFLAGS(MBB, I))
508 !TII->isSafeToClobberEFLAGS(MBB, I))
558 !TII->isSafeToClobberEFLAGS(MBB, MI) ||
H A DX86InstrInfo.h433 /// isSafeToClobberEFLAGS - Return true if it's safe insert an instruction tha
437 bool isSafeToClobberEFLAGS(MachineBasicBlock &MBB, function in class:llvm::final
H A DX86InstrInfo.cpp1130 if (ClobbersEFLAGS && !isSafeToClobberEFLAGS(MBB, I)) {

Completed in 175 milliseconds