Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp2033 StringRef ZeroedVariantName; in tryFoldIntoCalloc() local
2039 ZeroedVariantName = Attr.getValueAsString(); in tryFoldIntoCalloc()
2040 if (ZeroedVariantName.empty()) in tryFoldIntoCalloc()
2074 assert(Func == LibFunc_malloc || !ZeroedVariantName.empty()); in tryFoldIntoCalloc()
2076 if (!ZeroedVariantName.empty()) { in tryFoldIntoCalloc()
2087 ZeroedVariantName, InnerCallee->getFunctionType(), Attrs); in tryFoldIntoCalloc()
2090 Calloc = IRB.CreateCall(ZeroedVariant, Args, ZeroedVariantName); in tryFoldIntoCalloc()