Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DIfConversion.cpp659 bool isCondBr = BBI.IsBrAnalyzable && MCID.isConditionalBranch(); in ScanInstructions() local
661 if (!isCondBr) { in ScanInstructions()
682 if (isCondBr) { in ScanInstructions()
/external/llvm/lib/CodeGen/
DIfConversion.cpp716 bool isCondBr = BBI.IsBrAnalyzable && MI.isConditionalBranch(); in ScanInstructions() local
719 if (isCondBr) in ScanInstructions()
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp531 bool isCondBr() const { return Kind == Expression || in isCondBr() function
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td609 let Name = "CondBr"; let PredicateMethod = "isCondBr";