Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIfConversion.cpp173 struct IfcvtToken { struct in __anone11d33740111::IfConverter
174 BBInfo &BBI;
175 IfcvtKind Kind;
176 unsigned NumDups;
177 unsigned NumDups2;
178 bool NeedSubsumption : 1;
179 bool TClobbersPred : 1;
180 bool FClobbersPred : 1;
182 IfcvtToken(BBInfo &b, IfcvtKind k, bool s, unsigned d, unsigned d2 = 0, in IfcvtToken() argument