Home
last modified time | relevance | path

Searched refs:IsForwarding (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h72 if (!IsForwarding(GetBasicARCInstKind(V))) in GetUnderlyingObjCPtr()
110 if (!IsForwarding(GetBasicARCInstKind(V))) in GetRCIdentityRoot()
H A DObjCARCInstKind.h69 bool IsForwarding(ARCInstKind Class);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h47 assert((IsForwarding(GetBasicARCInstKind(CI)) || in EraseInstruction()
H A DObjCARCOpts.cpp101 if (IsForwarding(GetBasicARCInstKind(Arg))) in FindSingleUseIdentifiedObject()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp416 bool llvm::objcarc::IsForwarding(ARCInstKind Class) { in IsForwarding() function in llvm::objcarc