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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp104 ICTriangleRev, // Same as ICTriangle, but true path rev condition.
105 ICTriangleFalse, // Same as ICTriangle, but on the false path.
106 ICTriangle, // BB is entry of a triangle sub-CFG. enumerator in enum:__anon4555::IfConverter::IfcvtKind
530 case ICTriangle:
1360 std::make_unique<IfcvtToken>(BBI, ICTriangle, TNeedSub, Dups));

Completed in 44 milliseconds