reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Instructions.h
 1587   static CallInst *Create(CallInst *CI, ArrayRef<OperandBundleDef> Bundles,

References

lib/Transforms/CFGuard/CFGuard.cpp
  209     NewCB = CallInst::Create(CI, Bundles, CB);
lib/Transforms/ObjCARC/ObjCARCOpts.cpp
  739   return CallInst::Create(&CI, OpBundles);
lib/Transforms/Scalar/LICM.cpp
 1387     New = CallInst::Create(CI, OpBundles);
lib/Transforms/Utils/InlineFunction.cpp
 1773           NewI = CallInst::Create(cast<CallInst>(I), OpDefs, I);
 2077           NewInst = CallInst::Create(cast<CallInst>(I), OpBundles, I);
unittests/IR/InstructionsTest.cpp
  554   std::unique_ptr<CallInst> Clone(CallInst::Create(Call.get(), NewBundle));