Searched refs:ScanInstruction (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.h98 void ScanInstruction(MachineInstr *MI, unsigned Count);
H A DAggressiveAntiDepBreaker.h178 void ScanInstruction(MachineInstr *MI, unsigned Count);
H A DCriticalAntiDepBreaker.cpp129 ScanInstruction(MI, Count);
242 void CriticalAntiDepBreaker::ScanInstruction(MachineInstr *MI, function in class:CriticalAntiDepBreaker
351 // during ScanInstruction. So checking for an instruction with definitions of
700 ScanInstruction(MI, Count);
H A DAggressiveAntiDepBreaker.cpp197 ScanInstruction(MI, Count);
422 void AggressiveAntiDepBreaker::ScanInstruction(MachineInstr *MI,
800 // Ignore KILL instructions (they form a group in ScanInstruction
949 ScanInstruction(MI, Count);

Completed in 1211 milliseconds