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 98 void ScanInstruction(MachineInstr *MI, unsigned Count);
AggressiveAntiDepBreaker.h 176 void ScanInstruction(MachineInstr *MI, unsigned Count);
CriticalAntiDepBreaker.cpp 154 ScanInstruction(MI, Count);
245 void CriticalAntiDepBreaker::ScanInstruction(MachineInstr *MI,
337 // during ScanInstruction. So checking for an instructions with definitions of
659 ScanInstruction(MI, Count);
AggressiveAntiDepBreaker.cpp 213 ScanInstruction(MI, Count);
432 void AggressiveAntiDepBreaker::ScanInstruction(MachineInstr *MI,
808 // Ignore KILL instructions (they form a group in ScanInstruction
    [all...]

Completed in 68 milliseconds