Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp85 static const Value *FindSingleUseIdentifiedObject(const Value *Arg) { in FindSingleUseIdentifiedObject() function
93 return FindSingleUseIdentifiedObject(BC->getOperand(0)); in FindSingleUseIdentifiedObject()
96 return FindSingleUseIdentifiedObject(GEP->getPointerOperand()); in FindSingleUseIdentifiedObject()
98 return FindSingleUseIdentifiedObject( in FindSingleUseIdentifiedObject()
985 Arg = FindSingleUseIdentifiedObject(Arg); in OptimizeIndividualCallImpl()