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

  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.h 95 void ScanInstruction(MachineInstr *MI, unsigned Count);
AggressiveAntiDepBreaker.h 171 void ScanInstruction(MachineInstr *MI, unsigned Count);
CriticalAntiDepBreaker.cpp 124 ScanInstruction(MI, Count);
237 void CriticalAntiDepBreaker::ScanInstruction(MachineInstr *MI,
327 // during ScanInstruction. So checking for an instruction with definitions of
676 ScanInstruction(MI, Count);
AggressiveAntiDepBreaker.cpp 190 ScanInstruction(MI, Count);
424 void AggressiveAntiDepBreaker::ScanInstruction(MachineInstr *MI,
825 // Ignore KILL instructions (they form a group in ScanInstruction
    [all...]

Completed in 83 milliseconds