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

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp55 static const Value *FindSingleUseIdentifiedObject(const Value *Arg) { function
58 return FindSingleUseIdentifiedObject(BC->getOperand(0));
61 return FindSingleUseIdentifiedObject(GEP->getPointerOperand());
63 return FindSingleUseIdentifiedObject(
766 Arg = FindSingleUseIdentifiedObject(Arg);
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DObjCARC.cpp542 /// FindSingleUseIdentifiedObject - This is similar to
545 static const Value *FindSingleUseIdentifiedObject(const Value *Arg) { function
548 return FindSingleUseIdentifiedObject(BC->getOperand(0));
551 return FindSingleUseIdentifiedObject(GEP->getPointerOperand());
553 return FindSingleUseIdentifiedObject(
2060 Arg = FindSingleUseIdentifiedObject(Arg);

Completed in 65 milliseconds