Home
last modified time | relevance | path

Searched refs:DefaultDest (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h4032 inline CallBrInst(FunctionType *Ty, Value *Func, BasicBlock *DefaultDest,
4038 inline CallBrInst(FunctionType *Ty, Value *Func, BasicBlock *DefaultDest,
4044 void init(FunctionType *FTy, Value *Func, BasicBlock *DefaultDest,
4064 BasicBlock *DefaultDest,
4070 CallBrInst(Ty, Func, DefaultDest, IndirectDests, Args, std::nullopt,
4075 Create(FunctionType *Ty, Value *Func, BasicBlock *DefaultDest,
4084 CallBrInst(Ty, Func, DefaultDest, IndirectDests, Args, Bundles,
4089 BasicBlock *DefaultDest,
4095 CallBrInst(Ty, Func, DefaultDest, IndirectDests, Args, std::nullopt,
4100 BasicBlock *DefaultDest,
[all …]
H A DIRBuilder.h1113 BasicBlock *DefaultDest,
1117 return Insert(CallBrInst::Create(Ty, Callee, DefaultDest, IndirectDests,
1121 BasicBlock *DefaultDest,
1127 CallBrInst::Create(Ty, Callee, DefaultDest, IndirectDests, Args,
1131 CallBrInst *CreateCallBr(FunctionCallee Callee, BasicBlock *DefaultDest,
1136 DefaultDest, IndirectDests, Args, Name);
1138 CallBrInst *CreateCallBr(FunctionCallee Callee, BasicBlock *DefaultDest,
1144 DefaultDest, IndirectDests, Args, Name);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp262 BasicBlock *DefaultDest = SI->getDefaultDest(); in removeNonFeasibleEdges() local
263 if (!FeasibleSuccessors.contains(DefaultDest)) { in removeNonFeasibleEdges()
266 BasicBlock::Create(DefaultDest->getContext(), "default.unreachable", in removeNonFeasibleEdges()
267 DefaultDest->getParent(), DefaultDest); in removeNonFeasibleEdges()
268 new UnreachableInst(DefaultDest->getContext(), NewUnreachableBB); in removeNonFeasibleEdges()
272 Updates.push_back({DominatorTree::Delete, BB, DefaultDest}); in removeNonFeasibleEdges()
H A DLocal.cpp192 BasicBlock *DefaultDest = SI->getDefaultDest(); in ConstantFoldTerminator() local
193 BasicBlock *TheOnlyDest = DefaultDest; in ConstantFoldTerminator()
196 if (isa<UnreachableInst>(DefaultDest->getFirstNonPHIOrDbg()) && in ConstantFoldTerminator()
213 if (i->getCaseSuccessor() == DefaultDest) { in ConstantFoldTerminator()
236 DefaultDest->removePredecessor(ParentBB); in ConstantFoldTerminator()
H A DSimplifyCFG.cpp5800 BasicBlock *DefaultDest = SI->getDefaultDest(); in initializeUniqueCases() local
5808 !isa<UnreachableInst>(DefaultDest->getFirstNonPHIOrDbg()))) in initializeUniqueCases()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp6980 BasicBlock *DefaultDest; in parseCallBr() local
6988 parseTypeAndBasicBlock(DefaultDest, PFS) || in parseCallBr()
7057 CallBrInst::Create(Ty, Callee, DefaultDest, IndirectDests, Args, in parseCallBr()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5607 BasicBlock *DefaultDest = getBasicBlock(Record[OpNum++]); in parseFunctionBody() local
5733 I = CallBrInst::Create(FTy, Callee, DefaultDest, IndirectDests, Args, in parseFunctionBody()