HomeSort by relevance Sort by last modified time
    Searched refs:FindSingleUseIdentifiedObject (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 55 static const Value *FindSingleUseIdentifiedObject(const Value *Arg) {
58 return FindSingleUseIdentifiedObject(BC->getOperand(0));
61 return FindSingleUseIdentifiedObject(GEP->getPointerOperand());
63 return FindSingleUseIdentifiedObject(
766 Arg = FindSingleUseIdentifiedObject(Arg);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp 542 /// FindSingleUseIdentifiedObject - This is similar to
545 static const Value *FindSingleUseIdentifiedObject(const Value *Arg) {
548 return FindSingleUseIdentifiedObject(BC->getOperand(0));
551 return FindSingleUseIdentifiedObject(GEP->getPointerOperand());
553 return FindSingleUseIdentifiedObject(
    [all...]

Completed in 69 milliseconds