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 96 void PrescanInstruction(MachineInstr *MI);
AggressiveAntiDepBreaker.h 174 void PrescanInstruction(MachineInstr *MI, unsigned Count,
CriticalAntiDepBreaker.cpp 154 PrescanInstruction(MI);
180 void CriticalAntiDepBreaker::PrescanInstruction(MachineInstr *MI) {
349 // RegRefs because the def is inserted by PrescanInstruction and not erased
588 PrescanInstruction(MI);
AggressiveAntiDepBreaker.cpp 212 PrescanInstruction(MI, Count, PassthruRegs);
354 void AggressiveAntiDepBreaker::PrescanInstruction(MachineInstr *MI,
793 PrescanInstruction(MI, Count, PassthruRegs);
    [all...]

Completed in 54 milliseconds