Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp229 static bool setAllocSize(Function &F, unsigned ElemSizeArg, in setAllocSize() function
445 Changed |= setAllocSize(F, 1, std::nullopt); in inferNonMandatoryLibFuncAttrs()
454 Changed |= setAllocSize(F, 0, std::nullopt); in inferNonMandatoryLibFuncAttrs()
520 Changed |= setAllocSize(F, 1, std::nullopt); in inferNonMandatoryLibFuncAttrs()
547 Changed |= setAllocSize(F, 1, std::nullopt); in inferNonMandatoryLibFuncAttrs()
624 Changed |= setAllocSize(F, 0, 1); in inferNonMandatoryLibFuncAttrs()