Searched refs:LiveBeforeMI (Results 1 – 1 of 1) sorted by relevance
1482 SparseSet<MCPhysReg, identity<MCPhysReg>> LiveBeforeMI; in UpdatePredRedefs() local1483 LiveBeforeMI.setUniverse(TRI->getNumRegs()); in UpdatePredRedefs()1485 LiveBeforeMI.insert(Reg); in UpdatePredRedefs()1501 if (LiveBeforeMI.count(Reg)) in UpdatePredRedefs()1513 [&](MCPhysReg S) { return LiveBeforeMI.count(S); })) in UpdatePredRedefs()