Searched defs:IfcvtToken (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | IfConversion.cpp | 138 struct IfcvtToken { struct in __anon645c1b770111::IfConverter 139 BBInfo &BBI; 140 IfcvtKind Kind; 141 bool NeedSubsumption; 142 unsigned NumDups; 143 unsigned NumDups2; 144 IfcvtToken(BBInfo &b, IfcvtKind k, bool s, unsigned d, unsigned d2 = 0) in IfcvtToken() function
|
/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 148 struct IfcvtToken { struct in __anon01cb6a4b0111::IfConverter 149 BBInfo &BBI; 150 IfcvtKind Kind; 151 bool NeedSubsumption; 152 unsigned NumDups; 153 unsigned NumDups2; 154 IfcvtToken(BBInfo &b, IfcvtKind k, bool s, unsigned d, unsigned d2 = 0) in IfcvtToken() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 171 struct IfcvtToken { struct in __anon9a410c830111::IfConverter 172 BBInfo &BBI; 173 IfcvtKind Kind; 174 unsigned NumDups; 175 unsigned NumDups2; 176 bool NeedSubsumption : 1; 177 bool TClobbersPred : 1; 178 bool FClobbersPred : 1; 180 IfcvtToken(BBInfo &b, IfcvtKind k, bool s, unsigned d, unsigned d2 = 0, in IfcvtToken() argument
|