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 94 void PrescanInstruction(MachineInstr *MI);
AggressiveAntiDepBreaker.h 169 void PrescanInstruction(MachineInstr *MI, unsigned Count,
CriticalAntiDepBreaker.cpp 123 PrescanInstruction(MI);
149 void CriticalAntiDepBreaker::PrescanInstruction(MachineInstr *MI) {
326 // RegRefs because the def is inserted by PrescanInstruction and not erased
581 PrescanInstruction(MI);
AggressiveAntiDepBreaker.cpp 189 PrescanInstruction(MI, Count, PassthruRegs);
335 void AggressiveAntiDepBreaker::PrescanInstruction(MachineInstr *MI,
807 PrescanInstruction(MI, Count, PassthruRegs);
    [all...]

Completed in 512 milliseconds