Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp82 static const Value *FindSingleUseIdentifiedObject(const Value *Arg) { in FindSingleUseIdentifiedObject() function
90 return FindSingleUseIdentifiedObject(BC->getOperand(0)); in FindSingleUseIdentifiedObject()
93 return FindSingleUseIdentifiedObject(GEP->getPointerOperand()); in FindSingleUseIdentifiedObject()
95 return FindSingleUseIdentifiedObject( in FindSingleUseIdentifiedObject()
814 Arg = FindSingleUseIdentifiedObject(Arg); in OptimizeIndividualCalls()
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp55 static const Value *FindSingleUseIdentifiedObject(const Value *Arg) { in FindSingleUseIdentifiedObject() function
58 return FindSingleUseIdentifiedObject(BC->getOperand(0)); in FindSingleUseIdentifiedObject()
61 return FindSingleUseIdentifiedObject(GEP->getPointerOperand()); in FindSingleUseIdentifiedObject()
63 return FindSingleUseIdentifiedObject( in FindSingleUseIdentifiedObject()
766 Arg = FindSingleUseIdentifiedObject(Arg); in OptimizeIndividualCalls()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DObjCARC.cpp545 static const Value *FindSingleUseIdentifiedObject(const Value *Arg) { in FindSingleUseIdentifiedObject() function
548 return FindSingleUseIdentifiedObject(BC->getOperand(0)); in FindSingleUseIdentifiedObject()
551 return FindSingleUseIdentifiedObject(GEP->getPointerOperand()); in FindSingleUseIdentifiedObject()
553 return FindSingleUseIdentifiedObject( in FindSingleUseIdentifiedObject()
2060 Arg = FindSingleUseIdentifiedObject(Arg); in OptimizeIndividualCalls()