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

/external/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.h97 void PrescanInstruction(MachineInstr *MI);
H A DAggressiveAntiDepBreaker.h176 void PrescanInstruction(MachineInstr *MI, unsigned Count,
H A DCriticalAntiDepBreaker.cpp128 PrescanInstruction(MI);
154 void CriticalAntiDepBreaker::PrescanInstruction(MachineInstr *MI) { function in class:CriticalAntiDepBreaker
350 // RegRefs because the def is inserted by PrescanInstruction and not erased
605 PrescanInstruction(MI);
H A DAggressiveAntiDepBreaker.cpp196 PrescanInstruction(MI, Count, PassthruRegs);
335 void AggressiveAntiDepBreaker::PrescanInstruction(MachineInstr *MI,
782 PrescanInstruction(MI, Count, PassthruRegs);

Completed in 162 milliseconds