|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/IR/CallSite.h 79 if (II->getOpcode() == Instruction::CallBr)
include/llvm/IR/InstrTypes.h 1127 case Instruction::CallBr:
1143 I->getOpcode() == Instruction::CallBr;
include/llvm/IR/Instruction.h 212 case Instruction::CallBr:
include/llvm/IR/Instructions.h 4114 return (I->getOpcode() == Instruction::CallBr);
4134 : CallBase(Ty->getReturnType(), Instruction::CallBr,
4149 Instruction::CallBr,
include/llvm/Transforms/IPO/Attributor.h 886 (unsigned)Instruction::CallBr,
lib/Analysis/ValueTracking.cpp 3956 case Instruction::CallBr:
lib/AsmParser/LLLexer.cpp 874 INSTKEYWORD(callbr, CallBr);
lib/Bitcode/Writer/BitcodeWriter.cpp 2831 case Instruction::CallBr: {
lib/CodeGen/TargetLoweringBase.cpp 1583 case CallBr: return 0;
lib/IR/Instruction.cpp 306 case CallBr: return "callbr";
526 case Instruction::CallBr:
546 case Instruction::CallBr:
lib/IR/Instructions.cpp 262 assert(getOpcode() == Instruction::CallBr && "Unexpected opcode!");
832 : CallBase(CBI.Attrs, CBI.FTy, CBI.getType(), Instruction::CallBr,
lib/IR/Value.cpp 61 SubclassID == Instruction::CallBr)
lib/Transforms/IPO/Attributor.cpp 779 (unsigned)Instruction::Invoke, (unsigned)Instruction::CallBr,
4176 case Instruction::CallBr:
4697 case Instruction::CallBr:
4838 {(unsigned)Instruction::Invoke, (unsigned)Instruction::CallBr,
lib/Transforms/Scalar/SCCP.cpp 1658 case Instruction::CallBr: