Lines Matching defs:MCPhysReg
275 SmallSet<MCPhysReg, 4> *LaterRedefs = nullptr);
1481 SparseSet<MCPhysReg, identity<MCPhysReg>> LiveBeforeMI;
1486 SmallVector<std::pair<MCPhysReg, const MachineOperand*>, 4> Clobbers;
1512 [&](MCPhysReg S) { return LiveBeforeMI.count(S); }))
1850 SmallVector<std::pair<MCPhysReg, const MachineOperand*>, 4> Dummy;
1929 SmallSet<MCPhysReg, 4> RedefsByFalse;
1930 SmallSet<MCPhysReg, 4> ExtUses;
1935 SmallVector<MCPhysReg, 4> Defs;
1947 for (MCPhysReg SubReg : TRI->subregs_inclusive(Reg))
1952 for (MCPhysReg Reg : Defs) {
1954 for (MCPhysReg SubReg : TRI->subregs_inclusive(Reg))
2097 SmallSet<MCPhysReg, 4> &LaterRedefs) {
2120 SmallSet<MCPhysReg, 4> *LaterRedefs) {