Home
last modified time | relevance | path

Searched refs:SetTailCallRelease (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DPtrState.cpp197 SetTailCallRelease(cast<CallInst>(I)->isTailCall()); in InitBottomUp()
366 SetTailCallRelease(cast<CallInst>(Release)->isTailCall()); in MatchWithRelease()
H A DPtrState.h125 void SetTailCallRelease(const bool NewValue) { in SetTailCallRelease() function