Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DObjCARCInstKind.cpp49 case ARCInstKind::NoopCast: in operator <<()
111 .Case("objc_retainedObject", ARCInstKind::NoopCast) in GetFunctionClass()
112 .Case("objc_unretainedObject", ARCInstKind::NoopCast) in GetFunctionClass()
113 .Case("objc_unretainedPointer", ARCInstKind::NoopCast) in GetFunctionClass()
340 case ARCInstKind::NoopCast: in IsUser()
372 case ARCInstKind::NoopCast: in IsRetain()
405 case ARCInstKind::NoopCast: in IsAutorelease()
434 case ARCInstKind::NoopCast: in IsForwarding()
488 case ARCInstKind::NoopCast: in IsNoopOnNull()
523 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.h39 NoopCast, ///< objc_retainedObject, etc. enumerator
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp703 case ARCInstKind::NoopCast: in OptimizeIndividualCalls()