Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DIfConversion.cpp174 struct IfcvtToken { struct in __anon287ba0340111::IfConverter
175 BBInfo &BBI;
176 IfcvtKind Kind;
177 unsigned NumDups;
178 unsigned NumDups2;
179 bool NeedSubsumption : 1;
180 bool TClobbersPred : 1;
181 bool FClobbersPred : 1;
183 IfcvtToken(BBInfo &b, IfcvtKind k, bool s, unsigned d, unsigned d2 = 0, in IfcvtToken() argument