ΒΆbool isReallocLikeFn(
    const llvm::Function* F,
    const llvm::TargetLibraryInfo* TLI)

Description

Tests if a function is a call or invoke to a library function that reallocates memory (e.g., realloc).

Declared at: llvm/include/llvm/Analysis/MemoryBuiltins.h:100

Parameters

const llvm::Function* F
const llvm::TargetLibraryInfo* TLI