HomeSort by relevance Sort by last modified time
    Searched refs:PrescanInstruction (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.h 97 void PrescanInstruction(MachineInstr *MI);
AggressiveAntiDepBreaker.h 174 void PrescanInstruction(MachineInstr *MI, unsigned Count,
CriticalAntiDepBreaker.cpp 153 PrescanInstruction(MI);
179 void CriticalAntiDepBreaker::PrescanInstruction(MachineInstr *MI) {
336 // RegRefs because the def is inserted by PrescanInstruction and not erased
570 PrescanInstruction(MI);
AggressiveAntiDepBreaker.cpp 212 PrescanInstruction(MI, Count, PassthruRegs);
354 void AggressiveAntiDepBreaker::PrescanInstruction(MachineInstr *MI,
790 PrescanInstruction(MI, Count, PassthruRegs);
    [all...]

Completed in 35 milliseconds