Searched refs:isFreeCall (Results 1 – 7 of 7) sorted by relevance
76 const CallInst *isFreeCall(const Value *I);78 static inline CallInst *isFreeCall(Value *I) { in isFreeCall() function79 return const_cast<CallInst*>(isFreeCall((const Value*)I)); in isFreeCall()
188 const CallInst *llvm::isFreeCall(const Value *I) { in isFreeCall() function in llvm
145 if (const CallInst *CI = isFreeCall(Inst)) { in GetLocation()
265 } else if (isFreeCall(U)) { in AnalyzeUsesOfPointer()468 isFreeCall(&cast<Instruction>(*II))) { in AnalyzeCallGraph()
429 if (CallInst *F = isFreeCall(Inst)) { in runOnBasicBlock()
1052 if (isFreeCall(U)) in IsOnlyNullComparedAndFreed()1076 if (isFreeCall(I)) { in visitMalloc()
174 if (isFreeCall(&CI)) in visitCallInst()