Lines Matching defs:SibValueInfo
91 struct SibValueInfo { struct in __anonf7bb34900111::InlineSpiller
93 bool AllDefsAreReloads;
96 bool DefByOrigPHI;
99 bool KillsSource;
102 unsigned SpillReg;
105 VNInfo *SpillVNI;
109 MachineBasicBlock *SpillMBB;
113 MachineInstr *DefMI;
120 TinyPtrVector<VNInfo*> Deps;
122 SibValueInfo(unsigned Reg, VNInfo *VNI) in SibValueInfo() argument
127 bool hasDef() const { return DefByOrigPHI || DefMI; } in hasDef()