Searched refs:PrescanInstruction (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.h97 void PrescanInstruction(MachineInstr &MI);
H A DAggressiveAntiDepBreaker.h172 void PrescanInstruction(MachineInstr &MI, unsigned Count,
H A DCriticalAntiDepBreaker.cpp136 PrescanInstruction(MI);
162 void CriticalAntiDepBreaker::PrescanInstruction(MachineInstr &MI) { function in class:CriticalAntiDepBreaker
350 // RegRefs because the def is inserted by PrescanInstruction and not erased
604 PrescanInstruction(MI);
H A DAggressiveAntiDepBreaker.cpp197 PrescanInstruction(MI, Count, PassthruRegs);
349 void AggressiveAntiDepBreaker::PrescanInstruction(
823 PrescanInstruction(MI, Count, PassthruRegs);

Completed in 62 milliseconds