Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp282 static bool setAllocSize(Function &F, unsigned ElemSizeArg, in setAllocSize() function
511 Changed |= setAllocSize(F, 1, std::nullopt); in inferNonMandatoryLibFuncAttrs()
517 Changed |= setAllocSize(F, 0, std::nullopt); in inferNonMandatoryLibFuncAttrs()
596 Changed |= setAllocSize(F, 1, std::nullopt); in inferNonMandatoryLibFuncAttrs()
623 Changed |= setAllocSize(F, 1, std::nullopt); in inferNonMandatoryLibFuncAttrs()
636 Changed |= setAllocSize(F, 1, 2); in inferNonMandatoryLibFuncAttrs()
717 Changed |= setAllocSize(F, 0, 1); in inferNonMandatoryLibFuncAttrs()