Home
last modified time | relevance | path

Searched refs:setDefaultDest (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp615 void CallBrInst::setDefaultDest(BasicBlock *BB) { in setDefaultDest() function in llvm::sandboxir::CallBrInst
618 &CallBrInst::setDefaultDest>>(this); in setDefaultDest()
619 cast<llvm::CallBrInst>(Val)->setDefaultDest(cast<llvm::BasicBlock>(BB->Val)); in setDefaultDest()
1118 void SwitchInst::setDefaultDest(BasicBlock *DefaultCase) { in setDefaultDest() function in llvm::sandboxir::SwitchInst
1121 &SwitchInst::setDefaultDest>>(this); in setDefaultDest()
1122 cast<llvm::SwitchInst>(Val)->setDefaultDest( in setDefaultDest()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp827 SI.setDefaultDest(nullptr); in unswitchTrivialSwitch()
944 NewSIW->setDefaultDest(DefaultExitBB); in unswitchTrivialSwitch()
998 SI.setDefaultDest(LastCaseI->getCaseSuccessor()); in unswitchTrivialSwitch()
2384 SI->setDefaultDest(LoopPH); in unswitchNontrivialInvariants()
H A DCorrelatedValuePropagation.cpp439 SI->setDefaultDest(NewUnreachableBB); in processSwitch()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp379 SWI->setDefaultDest(SWI->getSuccessor(1)); in addFieldForAllocas()
449 SWI->setDefaultDest(DestBB); in addFieldForAllocas()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3402 void setDefaultDest(BasicBlock *DefaultCase) {
3992 void setDefaultDest(BasicBlock *B) {
4008 return i == 0 ? setDefaultDest(NewSucc) : setIndirectDest(i - 1, NewSucc);
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1507 LLVM_ABI void setDefaultDest(BasicBlock *BB);
1882 LLVM_ABI void setDefaultDest(BasicBlock *DefaultCase);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp2007 TheSwitch->setDefaultDest( in emitReplacerCall()
H A DSCCPSolver.cpp357 SI->setDefaultDest(NewUnreachableBB); in removeNonFeasibleEdges()
H A DSimplifyCFG.cpp5655 Switch->setDefaultDest(&*NewDefaultBlock); in createUnreachableSwitchDefault()
8251 SI->setDefaultDest(Unreachable); in removeUndefIntroducingPredecessor()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2396 SwitchInsn->setDefaultDest(CaseRangeBlock); in EmitSwitchStmt()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp946 setDefaultDest(Fallthrough); in init()