Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp89 static const Value *FindSingleUseIdentifiedObject(const Value *Arg) { in FindSingleUseIdentifiedObject() function
97 return FindSingleUseIdentifiedObject(BC->getOperand(0)); in FindSingleUseIdentifiedObject()
100 return FindSingleUseIdentifiedObject(GEP->getPointerOperand()); in FindSingleUseIdentifiedObject()
102 return FindSingleUseIdentifiedObject( in FindSingleUseIdentifiedObject()
1028 Arg = FindSingleUseIdentifiedObject(Arg); in OptimizeIndividualCallImpl()