|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/Analysis/AliasAnalysis.h 743 case Instruction::Call:
include/llvm/IR/CallSite.h 75 if (II->getOpcode() == Instruction::Call)
include/llvm/IR/InstrTypes.h 1123 case Instruction::Call:
1141 return I->getOpcode() == Instruction::Call ||
include/llvm/IR/Instruction.h 570 case Instruction::Call:
include/llvm/IR/Instructions.h 1670 return I->getOpcode() == Instruction::Call;
1690 : CallBase(Ty->getReturnType(), Instruction::Call,
1701 : CallBase(Ty->getReturnType(), Instruction::Call,
include/llvm/IR/Operator.h 397 case Instruction::Call:
include/llvm/Transforms/IPO/Attributor.h 887 (unsigned)Instruction::Call});
lib/Analysis/CaptureTracking.cpp 255 case Instruction::Call:
lib/Analysis/ConstantFolding.cpp 1046 case Instruction::Call:
lib/Analysis/DemandedBits.cpp 115 case Instruction::Call:
lib/Analysis/InstructionSimplify.cpp 5373 case Instruction::Call: {
lib/Analysis/LazyValueInfo.cpp 581 case Instruction::Call:
lib/Analysis/ObjCARCInstKind.cpp 222 case Instruction::Call: {
lib/Analysis/ScalarEvolution.cpp 6498 case Instruction::Call:
lib/Analysis/StackSafetyAnalysis.cpp 321 case Instruction::Call:
lib/Analysis/TargetTransformInfo.cpp 1320 case Instruction::Call:
lib/Analysis/ValueTracking.cpp 1457 case Instruction::Call:
3017 case Instruction::Call:
3945 case Instruction::Call: {
lib/AsmParser/LLLexer.cpp 851 INSTKEYWORD(call, Call);
lib/Bitcode/Writer/BitcodeWriter.cpp 2989 case Instruction::Call: {
lib/CodeGen/CodeGenPrepare.cpp 7051 case Instruction::Call:
lib/CodeGen/SafeStack.cpp 322 case Instruction::Call:
lib/CodeGen/SelectionDAG/FastISel.cpp 1870 case Instruction::Call:
lib/CodeGen/StackProtector.cpp 177 case Instruction::Call: {
lib/CodeGen/TargetLoweringBase.cpp 1633 case Call: return 0;
lib/IR/Instruction.cpp 359 case Call: return "call";
524 case Instruction::Call:
544 case Instruction::Call:
lib/IR/Instructions.cpp 424 : CallBase(Ty->getReturnType(), Instruction::Call,
431 : CallBase(Ty->getReturnType(), Instruction::Call,
437 : CallBase(CI.Attrs, CI.FTy, CI.getType(), Instruction::Call,
lib/IR/Metadata.cpp 1339 getOpcode() == Instruction::Call ||
lib/IR/Value.cpp 60 if (SubclassID == Instruction::Call || SubclassID == Instruction::Invoke ||
lib/Target/AArch64/AArch64TargetTransformInfo.cpp 132 case Instruction::Call:
lib/Target/ARM/ARMCodeGenPrepare.cpp 832 case Instruction::Call: {
lib/Target/ARM/ARMFastISel.cpp 2864 case Instruction::Call:
lib/Target/PowerPC/PPCFastISel.cpp 1966 case Instruction::Call:
lib/Target/PowerPC/PPCTargetTransformInfo.cpp 169 case Instruction::Call:
lib/Target/SystemZ/SystemZTargetTransformInfo.cpp 173 case Instruction::Call:
lib/Target/WebAssembly/WebAssemblyFastISel.cpp 1362 case Instruction::Call:
lib/Target/X86/X86TargetTransformInfo.cpp 3039 case Instruction::Call:
lib/Transforms/IPO/Attributor.cpp 780 (unsigned)Instruction::Call, (unsigned)Instruction::CleanupRet,
4175 case Instruction::Call:
4696 case Instruction::Call:
4839 (unsigned)Instruction::Call});
lib/Transforms/IPO/CalledValuePropagation.cpp 173 case Instruction::Call:
lib/Transforms/IPO/FunctionAttrs.cpp 478 case Instruction::Call:
904 case Instruction::Call:
1013 case Instruction::Call:
lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp 655 case Instruction::Call:
1460 case Instruction::Call: {
lib/Transforms/InstCombine/InstructionCombining.cpp 2308 case Instruction::Call:
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp 856 case Instruction::Call:
lib/Transforms/Scalar/GVN.cpp 494 case Instruction::Call:
1685 if (Exp.opcode == Instruction::Call && NewNum != Num)
lib/Transforms/Scalar/GVNSink.cpp 442 case Instruction::Call:
lib/Transforms/Scalar/NewGVN.cpp 1982 case Instruction::Call:
lib/Transforms/Scalar/SCCP.cpp 1656 case Instruction::Call:
lib/Transforms/Scalar/SpeculativeExecution.cpp 227 case Instruction::Call:
lib/Transforms/Scalar/TailRecursionElimination.cpp 126 case Instruction::Call:
lib/Transforms/Utils/Local.cpp 2913 case Instruction::Call:
lib/Transforms/Vectorize/LoopVectorize.cpp 4257 case Instruction::Call: {
6304 case Instruction::Call: {
6848 case Instruction::Call:
lib/Transforms/Vectorize/SLPVectorizer.cpp 451 case Instruction::Call: {
2688 case Instruction::Call: {
3194 case Instruction::Call: {
4109 case Instruction::Call: {
lib/Transforms/Vectorize/VPlan.h 700 return Opcode == Instruction::Store || Opcode == Instruction::Call ||
tools/lldb/source/Expression/IRInterpreter.cpp 524 case Instruction::Call: {
1442 case Instruction::Call: {
tools/polly/lib/Support/SCEVValidator.cpp 353 assert(I->getOpcode() == Instruction::Call && "Call instruction expected");
455 case Instruction::Call:
unittests/Analysis/SparsePropagation.cpp 145 case Instruction::Call: