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.cpp86 static const Value *FindSingleUseIdentifiedObject(const Value *Arg) { in FindSingleUseIdentifiedObject() function
94 return FindSingleUseIdentifiedObject(BC->getOperand(0)); in FindSingleUseIdentifiedObject()
97 return FindSingleUseIdentifiedObject(GEP->getPointerOperand()); in FindSingleUseIdentifiedObject()
99 return FindSingleUseIdentifiedObject( in FindSingleUseIdentifiedObject()
985 Arg = FindSingleUseIdentifiedObject(Arg); in OptimizeIndividualCallImpl()