OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCondBr
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
IfConversion.cpp
667
bool
isCondBr
= BBI.IsBrAnalyzable && I->isConditionalBranch();
669
if (!
isCondBr
) {
690
if (
isCondBr
) {
[
all
...]
/external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp
368
bool
isCondBr
() const { return Kind == Expression ||
[
all
...]
Completed in 2483 milliseconds