Home
last modified time | relevance | path

Searched defs:ReturnInst (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h80 class ReturnInst; variable
184 friend class ReturnInst; // For getting `Val`. variable
509 friend class ReturnInst; // For getTopmostLLVMInstruction(). variable
698 ReturnInst(llvm::Instruction *I, Context &Ctx) in ReturnInst() function
700 ReturnInst(ClassID SubclassID, llvm::Instruction *I, Context &Ctx) in ReturnInst() function
878 friend ReturnInst; // For createReturnInst() variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h45 class ReturnInst; variable
H A DBasicBlockUtils.h41 class ReturnInst; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp51 SmallVector<ReturnInst *, 8> &ReturnsToZap, in findReturnsToZap()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h78 class ReturnInst; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp921 ReturnInst::ReturnInst(const ReturnInst &RI) in ReturnInst() function in ReturnInst
930 ReturnInst::ReturnInst(LLVMContext &C, Value *retVal, in ReturnInst() function in ReturnInst