Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ICTriangle

73       ICTriangleRev,   // Same as ICTriangle, but true path rev condition.
74 ICTriangleFalse, // Same as ICTriangle, but on the false path.
75 ICTriangle, // BB is entry of a triangle sub-CFG.
336 case ICTriangle:
828 Tokens.push_back(new IfcvtToken(BBI, ICTriangle, TNeedSub, Dups));