reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2179 if (IgnoreBr && I.isBranch()) 2182 MachineInstr *MI = MF.CloneMachineInstr(&I); 2185 MF.copyCallSiteInfo(&I,MI); 2189 unsigned ExtraPredCost = TII->getPredicationCost(I); 2190 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); 2195 if (!TII->isPredicated(I) && !MI->isDebugInstr()) { 2198 dbgs() << "Unable to predicate " << I << "!\n";