reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1086 auto InstType = IsHazardInst(MI); 1090 auto IsExpiredFn = [&IsHazardInst] (MachineInstr *I, int) { 1091 return I && (IsHazardInst(I) || 1097 auto IsHazardFn = [InstType, &IsHazardInst] (MachineInstr *I) { 1101 auto IsHazardFn = [InstType, IsHazardInst] (MachineInstr *I) { 1102 auto InstType2 = IsHazardInst(I); 1106 auto IsExpiredFn = [InstType, &IsHazardInst] (MachineInstr *I, int) { 1110 auto InstType2 = IsHazardInst(I);