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

  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 99 /// isTriangle - When there is no 'else' block, either TBB or FBB will be
101 bool isTriangle() const { return TBB == Tail || FBB == Tail; }
443 if (isTriangle())
512 if (isTriangle())
IfConversion.cpp 199 bool isTriangle = false, bool RevBranch = false);
725 bool isTriangle, bool RevBranch) {
736 if (!isTriangle)
    [all...]

Completed in 41 milliseconds