Home
last modified time | relevance | path

Searched refs:isCondBr (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/lib/CodeGen/
HDIfConversion.cpp681 bool isCondBr = BBI.IsBrAnalyzable && I->isConditionalBranch(); in ScanInstructions() local
684 if (isCondBr) in ScanInstructions()
/NextBSD/contrib/llvm/lib/Target/PowerPC/AsmParser/
HDPPCAsmParser.cpp521 bool isCondBr() const { return Kind == Expression || in isCondBr() function
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCInstrInfo.td574 let Name = "CondBr"; let PredicateMethod = "isCondBr";