Lines Matching defs:isPredicated
1104 bool isPredicated = TII->isPredicated(MI);
1116 if (!isPredicated) {
1131 if (BBI.ClobbersPred && !isPredicated) {
1974 bool BB1Predicated = BBI1T != MBB1.end() && TII->isPredicated(*BBI1T);
1975 bool BB2NonPredicated = BBI2T != MBB2.end() && !TII->isPredicated(*BBI2T);
2066 if (TI != BBI.BB->end() && TII->isPredicated(*TI))
2124 if (I.isDebugInstr() || TII->isPredicated(I))
2184 if (!TII->isPredicated(I) && !MI->isDebugInstr()) {
2247 if (FromTI != FromMBB.end() && !TII->isPredicated(*FromTI))