HomeSort by relevance Sort by last modified time
    Searched refs:ICTriangle (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
IfConversion.cpp 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:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IfConversion.cpp 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));
    [all...]

Completed in 53 milliseconds