Lines Matching defs:SibValueInfo
86 struct SibValueInfo { struct in __anonac620b3c0111::InlineSpiller
88 bool AllDefsAreReloads;
91 bool DefByOrigPHI;
94 bool KillsSource;
97 unsigned SpillReg;
100 VNInfo *SpillVNI;
104 MachineBasicBlock *SpillMBB;
108 MachineInstr *DefMI;
115 TinyPtrVector<VNInfo*> Deps;
117 SibValueInfo(unsigned Reg, VNInfo *VNI) in SibValueInfo() argument
122 bool hasDef() const { return DefByOrigPHI || DefMI; } in hasDef()