Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DInlineSpiller.cpp86 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
[all …]