Home
last modified time | relevance | path

Searched refs:NoopCast (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Analysis/
DObjCARCInstKind.cpp51 case ARCInstKind::NoopCast: in operator <<()
115 .Case("objc_retainedObject", ARCInstKind::NoopCast) in GetFunctionClass()
116 .Case("objc_unretainedObject", ARCInstKind::NoopCast) in GetFunctionClass()
117 .Case("objc_unretainedPointer", ARCInstKind::NoopCast) in GetFunctionClass()
344 case ARCInstKind::NoopCast: in IsUser()
377 case ARCInstKind::NoopCast: in IsRetain()
412 case ARCInstKind::NoopCast: in IsAutorelease()
442 case ARCInstKind::NoopCast: in IsForwarding()
497 case ARCInstKind::NoopCast: in IsNoopOnNull()
533 case ARCInstKind::NoopCast: in IsAlwaysTail()
[all …]
DObjCARCAliasAnalysis.cpp100 case ARCInstKind::NoopCast: in getModRefBehavior()
119 case ARCInstKind::NoopCast: in getModRefInfo()
/external/llvm/include/llvm/Analysis/
DObjCARCInstKind.h40 NoopCast, ///< objc_retainedObject, etc. enumerator
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp703 case ARCInstKind::NoopCast: in OptimizeIndividualCalls()