Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DIfConversion.cpp677 bool isCondBr = BBI.IsBrAnalyzable && I->isConditionalBranch(); in ScanInstructions() local
680 if (isCondBr) in ScanInstructions()
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp499 bool isCondBr() const { return Kind == Expression || in isCondBr() function
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td558 let Name = "CondBr"; let PredicateMethod = "isCondBr";