Searched defs:isCondBr (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DIfConversion.cpp716 bool isCondBr = BBI.IsBrAnalyzable && MI.isConditionalBranch(); local
719 if (isCondBr)
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp531 bool isCondBr() const { return Kind == Expression || function in struct:__anon13107::PPCOperand
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DIfConversion.cpp659 bool isCondBr = BBI.IsBrAnalyzable && MCID.isConditionalBranch(); local
661 if (!isCondBr) {
682 if (isCondBr) {

Completed in 109 milliseconds