reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
797 dbgs() << __func__ << ": " << printReg(VR, HRI) 806 const BitTracker::RegisterCell &RC = CMS->lookup(VR); 832 RegisterCellBitCompareSel RCB(VR, S+L, L, BVO, *CMS); 833 iterator NewB = std::lower_bound(B, E, VR, RCB); 834 iterator NewE = std::upper_bound(NewB, E, VR, RCB); 862 dbgs() << "Prefixes matching register " << printReg(VR, HRI) << "\n"; 911 if (!isValidInsertForm(VR, SrcR, InsR, L, S)) 914 dbgs() << printReg(VR, HRI) << " = insert(" << printReg(SrcR, HRI) 919 IFMap[VR].push_back(RR);