OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTriangle
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
EarlyIfConversion.cpp
98
///
isTriangle
- When there is no 'else' block, either TBB or FBB will be
100
bool
isTriangle
() const { return TBB == Tail || FBB == Tail; }
442
if (
isTriangle
())
511
if (
isTriangle
())
IfConversion.cpp
190
bool
isTriangle
= false, bool RevBranch = false);
718
bool
isTriangle
, bool RevBranch) {
729
if (!
isTriangle
)
[
all
...]
Completed in 27 milliseconds