Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1879 auto *MallocDef = dyn_cast_or_null<MemoryDef>(MSSA.getMemoryAccess(Malloc)); in tryFoldIntoCalloc() local
1880 if (!MallocDef) in tryFoldIntoCalloc()
1918 MallocDef); in tryFoldIntoCalloc()