Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp564 BranchInst *BInst = dyn_cast<BranchInst>(DomBB->getTerminator()); in isUnreachableDueToPreviousUnswitching() local
569 if (!BInst || !BInst->isConditional()) in isUnreachableDueToPreviousUnswitching()
572 Value *Cond = BInst->getCondition(); in isUnreachableDueToPreviousUnswitching()
578 ? BInst->getSuccessor(1) in isUnreachableDueToPreviousUnswitching()
579 : BInst->getSuccessor(0); in isUnreachableDueToPreviousUnswitching()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp249 auto *BInst = getDefOrUser(BDef, B.U); in localComesBefore() local
250 return valueComesBefore(OI, AInst, BInst); in localComesBefore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2083 MCInst BInst; in processInstruction() local
2084 BInst.setOpcode(inMicroMipsMode() ? Mips::BEQ_MM : Mips::BEQ); in processInstruction()
2085 BInst.addOperand(MCOperand::createReg(Mips::ZERO)); in processInstruction()
2086 BInst.addOperand(MCOperand::createReg(Mips::ZERO)); in processInstruction()
2087 BInst.addOperand(Inst.getOperand(0)); in processInstruction()
2088 Inst = BInst; in processInstruction()