Home
last modified time | relevance | path

Searched refs:OB_clang_arc_attachedcall (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCUtil.h37 CB->getOperandBundle(LLVMContext::OB_clang_arc_attachedcall) in hasAttachedCallOpBundle()
44 auto B = CB->getOperandBundle(LLVMContext::OB_clang_arc_attachedcall); in getAttachedARCFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h144 It->second, LLVMContext::OB_clang_arc_attachedcall, in eraseInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h95 OB_clang_arc_attachedcall = 6, // "clang.arc.attachedcall" enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp81 assert(ClangAttachedCall->second == LLVMContext::OB_clang_arc_attachedcall && in LLVMContext()
H A DFunction.cpp1926 Call->isOperandBundleOfType(LLVMContext::OB_clang_arc_attachedcall, in hasAddressTaken()
H A DVerifier.cpp3746 } else if (Tag == LLVMContext::OB_clang_arc_attachedcall) { in visitCallBase()
5096 LLVMContext::OB_clang_arc_attachedcall, Idx); in visitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp250 {LLVMContext::OB_clang_arc_attachedcall, in markTails()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2112 CI, LLVMContext::OB_clang_arc_attachedcall, OB, CI->getIterator()); in inlineRetainOrClaimRVCalls()
2171 if (Tag == LLVMContext::OB_clang_arc_attachedcall) in InlineFunction()
H A DSCCPSolver.cpp79 CB->getOperandBundle(LLVMContext::OB_clang_arc_attachedcall))) { in tryToReplaceWithConstant()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp2396 oldCall, llvm::LLVMContext::OB_clang_arc_attachedcall, OB, oldCall); in emitOptimizedARCReturnCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3334 LLVMContext::OB_clang_arc_attachedcall}) && in visitInvoke()
9430 LLVMContext::OB_clang_arc_attachedcall, LLVMContext::OB_kcfi, in visitCall()