Home
last modified time | relevance | path

Searched refs:getAttachedARCFunction (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCUtil.h43 inline std::optional<Function *> getAttachedARCFunction(const CallBase *CB) { in getAttachedARCFunction() function
60 if (std::optional<Function *> Fn = getAttachedARCFunction(CB)) in attachedCallOpBundleNeedsMarker()
76 std::optional<Function *> Fn = getAttachedARCFunction(CB); in getAttachedARCFunctionKind()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.cpp84 Function *Func = *objcarc::getAttachedARCFunction(AnnotatedCall); in insertRVCallWithColors()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp171 assert(objcarc::getAttachedARCFunction(CB) == &F && in lowerObjCCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp1413 Function *ARCFn = *objcarc::getAttachedARCFunction(Info.CB); in lowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2194 Value *BundleArgs[] = {*objcarc::getAttachedARCFunction(&CB)}; in inlineRetainOrClaimRVCalls()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp2587 Function *ARCFn = *objcarc::getAttachedARCFunction(CLI.CB); in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9414 Function *ARCFn = *objcarc::getAttachedARCFunction(CLI.CB); in LowerCall()