Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h156 Instruction *visitFree(CallInst &FI, Value *FreedOp);
H A DInstructionCombining.cpp3052 Instruction *InstCombinerImpl::visitFree(CallInst &FI, Value *Op) { in visitFree() function in InstCombinerImpl
H A DInstCombineCalls.cpp1163 return visitFree(CI, FreedOp); in visitCallInst()