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

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

Completed in 103 milliseconds