Searched defs:isTriangle (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp99 /// isTriangle - When there is no 'else' block, either TBB or FBB will be
101 bool isTriangle() const { return TBB == Tail || FBB == Tail; } function in class:__anon25739::SSAIfConv
443 if (isTriangle())
512 if (isTriangle())
H A DIfConversion.cpp199 bool isTriangle = false, bool RevBranch = false);
725 bool isTriangle, bool RevBranch) {
736 if (!isTriangle)
723 FeasibilityAnalysis(BBInfo &BBI, SmallVectorImpl<MachineOperand> &Pred, bool isTriangle, bool RevBranch) argument

Completed in 74 milliseconds