reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/GCNHazardRecognizer.cpp
 1087   if (!InstType)
 1097   auto IsHazardFn = [InstType, &IsHazardInst] (MachineInstr *I) {
 1101     auto IsHazardFn = [InstType, IsHazardInst] (MachineInstr *I) {
 1103       return InstType2 && InstType != InstType2;
 1106     auto IsExpiredFn = [InstType, &IsHazardInst] (MachineInstr *I, int) {
 1111       if (InstType == InstType2)