Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ICTriangle

82       ICTriangleRev,   // Same as ICTriangle, but true path rev condition.
83 ICTriangleFalse, // Same as ICTriangle, but on the false path.
84 ICTriangle, // BB is entry of a triangle sub-CFG.
369 case ICTriangle:
917 llvm::make_unique<IfcvtToken>(BBI, ICTriangle, TNeedSub, Dups));