Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAliasAnalysis.cpp62 const Value *SA = StripPointerCastsAndObjCCalls(LocA.Ptr); in alias()
63 const Value *SB = StripPointerCastsAndObjCCalls(LocB.Ptr); in alias()
95 const Value *S = StripPointerCastsAndObjCCalls(Loc.Ptr); in pointsToConstantMemory()
H A DObjCARC.h235 static inline const Value *StripPointerCastsAndObjCCalls(const Value *V) { in StripPointerCastsAndObjCCalls() function
248 static inline Value *StripPointerCastsAndObjCCalls(Value *V) { in StripPointerCastsAndObjCCalls() function
262 return StripPointerCastsAndObjCCalls(cast<CallInst>(Inst)->getArgOperand(0)); in GetObjCArg()
374 StripPointerCastsAndObjCCalls(LI->getPointerOperand()); in IsObjCIdentifiedObject()
H A DObjCARCOpts.cpp168 if (!U->use_empty() || StripPointerCastsAndObjCCalls(U) != Arg) in FindSingleUseIdentifiedObject()
1466 StripPointerCastsAndObjCCalls(PN->getIncomingValue(i)); in OptimizeIndividualCalls()
1520 StripPointerCastsAndObjCCalls(PN->getIncomingValue(i)); in OptimizeIndividualCalls()
1811 StripPointerCastsAndObjCCalls(SI->getValueOperand())); in VisitInstructionBottomUp()
2596 StripPointerCastsAndObjCCalls(LI->getPointerOperand()))) in PerformCodePlacement()
2922 const Value *Arg = StripPointerCastsAndObjCCalls(Ret->getOperand(0)); in OptimizeReturns()
H A DObjCARCContract.cpp254 Value *New = StripPointerCastsAndObjCCalls(Store->getValueOperand()); in ContractRelease()