Lines Matching defs:MCPhysReg
276 SmallSet<MCPhysReg, 4> *LaterRedefs = nullptr);
1482 SparseSet<MCPhysReg, identity<MCPhysReg>> LiveBeforeMI;
1487 SmallVector<std::pair<MCPhysReg, const MachineOperand*>, 4> Clobbers;
1513 [&](MCPhysReg S) { return LiveBeforeMI.count(S); }))
1851 SmallVector<std::pair<MCPhysReg, const MachineOperand*>, 4> Dummy;
1930 SmallSet<MCPhysReg, 4> RedefsByFalse;
1931 SmallSet<MCPhysReg, 4> ExtUses;
1936 SmallVector<MCPhysReg, 4> Defs;
1948 for (MCPhysReg SubReg : TRI->subregs_inclusive(Reg))
1953 for (MCPhysReg Reg : Defs) {
1955 for (MCPhysReg SubReg : TRI->subregs_inclusive(Reg))
2098 SmallSet<MCPhysReg, 4> &LaterRedefs) {
2121 SmallSet<MCPhysReg, 4> *LaterRedefs) {