Home
last modified time | relevance | path

Searched refs:IndirectBr (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp321 case Instruction::IndirectBr: in findIBRPredecessor()
H A DSimplifyCFG.cpp7845 case Instruction::IndirectBr: in simplifyOnce()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.def130 HANDLE_TERM_INST ( 4, IndirectBr , IndirectBrInst)
H A DInstructions.h3549 return I->getOpcode() == Instruction::IndirectBr;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp249 case Instruction::IndirectBr: in GetARCInstKind()
H A DValueTracking.cpp6908 case Instruction::IndirectBr: in isSafeToSpeculativelyExecuteWithOpcode()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp888 INSTKEYWORD(indirectbr, IndirectBr); in LexIdentifier()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp706 case IndirectBr: return "indirectbr"; in getOpcodeName()
H A DMetadata.cpp1749 getOpcode() == Instruction::IndirectBr || in extractProfTotalWeight()
H A DInstructions.cpp4132 Instruction::IndirectBr, nullptr, 0, InsertBefore) { in IndirectBrInst()
4137 : Instruction(Type::getVoidTy(IBI.getContext()), Instruction::IndirectBr, in IndirectBrInst()
H A DCore.cpp3476 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { in LLVMAddDestination() argument
3477 unwrap<IndirectBrInst>(IndirectBr)->addDestination(unwrap(Dest)); in LLVMAddDestination()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h4220 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1763 case IndirectBr: return 0; in InstructionOpcodeToISD()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1947 case Instruction::IndirectBr: in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1373 case Instruction::IndirectBr: in hasResult()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2834 case Instruction::IndirectBr: in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2355 case Instruction::IndirectBr: in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp5140 case Instruction::IndirectBr: in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3107 case Instruction::IndirectBr: in writeInstruction()