Searched refs:visitFree (Results 1 – 3 of 3) sorted by relevance
160 Instruction *visitFree(CallInst &FI, Value *FreedOp);
1450 return visitFree(CI, FreedOp); in visitCallInst()
3047 Instruction *InstCombinerImpl::visitFree(CallInst &FI, Value *Op) { in visitFree() function in InstCombinerImpl