Lines Matching defs:isPredicated
1105 bool isPredicated = TII->isPredicated(MI);
1117 if (!isPredicated) {
1132 if (BBI.ClobbersPred && !isPredicated) {
1975 bool BB1Predicated = BBI1T != MBB1.end() && TII->isPredicated(*BBI1T);
1976 bool BB2NonPredicated = BBI2T != MBB2.end() && !TII->isPredicated(*BBI2T);
2067 if (TI != BBI.BB->end() && TII->isPredicated(*TI))
2125 if (I.isDebugInstr() || TII->isPredicated(I))
2185 if (!TII->isPredicated(I) && !MI->isDebugInstr()) {
2248 if (FromTI != FromMBB.end() && !TII->isPredicated(*FromTI))