Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h161 Instruction *visitFree(CallInst &FI, Value *FreedOp);
H A DInstructionCombining.cpp3452 Instruction *InstCombinerImpl::visitFree(CallInst &FI, Value *Op) { in visitFree() function in InstCombinerImpl
H A DInstCombineCalls.cpp1515 return visitFree(CI, FreedOp); in visitCallInst()