Home
last modified time | relevance | path

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

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