Searched defs:ICTriangle (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DIfConversion.cpp74 ICTriangleRev, // Same as ICTriangle, but true path rev condition.
75 ICTriangleFalse, // Same as ICTriangle, but on the false path.
76 ICTriangle, // BB is entry of a triangle sub-CFG. enumerator in enum:__anon7351::IfConverter::IfcvtKind
336 case ICTriangle:
827 Tokens.push_back(new IfcvtToken(BBI, ICTriangle, TNeedSub, Dups));

Completed in 29 milliseconds