Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:isPredicated

657     bool isPredicated = TII->isPredicated(I);
661 if (!isPredicated) {
678 if (BBI.ClobbersPred && !isPredicated) {
1437 if (I->isDebugValue() || TII->isPredicated(I))
1494 if (!TII->isPredicated(I) && !MI->isDebugValue()) {