Home
last modified time | relevance | path

Searched defs:SibValueInfo (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DInlineSpiller.cpp86 struct SibValueInfo { struct in __anon5e1e17960111::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() function
[all …]