OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DefaultDest
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h
3920
inline CallBrInst(FunctionType *Ty, Value *Func, BasicBlock *
DefaultDest
,
3926
inline CallBrInst(FunctionType *Ty, Value *Func, BasicBlock *
DefaultDest
,
3932
void init(FunctionType *FTy, Value *Func, BasicBlock *
DefaultDest
,
3955
BasicBlock *
DefaultDest
,
3961
CallBrInst(Ty, Func,
DefaultDest
, IndirectDests, Args, None,
3966
BasicBlock *
DefaultDest
,
3977
CallBrInst(Ty, Func,
DefaultDest
, IndirectDests, Args, Bundles,
3982
BasicBlock *
DefaultDest
,
3988
CallBrInst(Ty, Func,
DefaultDest
, IndirectDests, Args, None,
3993
BasicBlock *
DefaultDest
,
[
all
...]
IRBuilder.h
1051
BasicBlock *
DefaultDest
,
1055
return Insert(CallBrInst::Create(Ty, Callee,
DefaultDest
, IndirectDests,
1059
BasicBlock *
DefaultDest
,
1065
CallBrInst::Create(Ty, Callee,
DefaultDest
, IndirectDests, Args,
1069
CallBrInst *CreateCallBr(FunctionCallee Callee, BasicBlock *
DefaultDest
,
1074
DefaultDest
, IndirectDests, Args, Name);
1076
CallBrInst *CreateCallBr(FunctionCallee Callee, BasicBlock *
DefaultDest
,
1082
DefaultDest
, IndirectDests, Args, Name);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Local.cpp
194
BasicBlock *
DefaultDest
= SI->getDefaultDest();
195
BasicBlock *TheOnlyDest =
DefaultDest
;
198
if (isa<UnreachableInst>(
DefaultDest
->getFirstNonPHIOrDbg()) &&
215
if (i->getCaseSuccessor() ==
DefaultDest
) {
240
DefaultDest
->removePredecessor(ParentBB);
SimplifyCFG.cpp
5374
BasicBlock *
DefaultDest
= SI->getDefaultDest();
5382
!isa<UnreachableInst>(
DefaultDest
->getFirstNonPHIOrDbg())))
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp
6863
BasicBlock *
DefaultDest
;
6871
parseTypeAndBasicBlock(
DefaultDest
, PFS) ||
6953
CallBrInst::Create(Ty, Callee,
DefaultDest
, IndirectDests, Args,
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
4756
BasicBlock *
DefaultDest
= getBasicBlock(Record[OpNum++]);
4816
I = CallBrInst::Create(FTy, Callee,
DefaultDest
, IndirectDests, Args,
Completed in 73 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026