|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/IntrinsicLowering.cpp 504 Op = CallInst::Create(Int, Op, CI->getName(), CI);
lib/CodeGen/SjLjEHPrepare.cpp 424 CallInst::Create(CallSiteFn, CallSiteNum, "", Invokes[I]);
lib/IR/IRBuilder.cpp 78 CallInst *CI = CallInst::Create(Callee, Ops, Name);
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp 213 Value *Ret = CallInst::Create(If, Term->getCondition(), "", Term);
223 Value *Ret = CallInst::Create(Else, popSaved(), "", Term);
241 return CallInst::Create(IfBreak, Args, "", Insert);
250 return CallInst::Create(IfBreak, Args, "", Insert);
285 Term->setCondition(CallInst::Create(Loop, Arg, "", Term));
316 CallInst::Create(EndCf, Exec, "", FirstInsertionPt);
lib/Transforms/Coroutines/Coroutines.cpp 115 auto *Call = CallInst::Create(Fn, {Arg, IndexVal}, "", InsertPt);
241 cast<CoroSaveInst>(CallInst::Create(Fn, CoroBegin, "", SuspendInst));
lib/Transforms/IPO/Attributor.cpp 3611 CallInst::Create(Fn, Ops, "", BI->getNextNode());
lib/Transforms/ObjCARC/ObjCARCOpts.cpp 863 CallInst *NewCall = CallInst::Create(Decl, Call->getArgOperand(0), "",
1581 CallInst *Call = CallInst::Create(Decl, MyArg, "", InsertPt);
1594 CallInst *Call = CallInst::Create(Decl, MyArg, "", InsertPt);
1930 CallInst *CI = CallInst::Create(Decl, EarlierCall, "", Call);
1959 CallInst *CI = CallInst::Create(Decl, EarlierCall, "", Call);
lib/Transforms/Utils/CodeExtractor.cpp 1129 call = CallInst::Create(newFunction, params,
lib/Transforms/Utils/EntryExitInstrumenter.cpp 45 Instruction *RetAddr = CallInst::Create(
lib/Transforms/Utils/Local.cpp 2874 auto *CI = CallInst::Create(F, Provider, "rev", I);
2882 InsertedInsts.push_back(CallInst::Create(F, Res->Provider, "rev", I));
unittests/Analysis/CGSCCPassManagerTest.cpp 1220 (void)CallInst::Create(&H3F, {}, "", &*H2F.begin()->begin());