Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h155 Instruction *visitFree(CallInst &FI, Value *FreedOp);
H A DInstCombineCalls.cpp1144 return visitFree(CI, FreedOp); in visitCallInst()
H A DInstructionCombining.cpp3038 Instruction *InstCombinerImpl::visitFree(CallInst &FI, Value *Op) { in visitFree() function in InstCombinerImpl