Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp238 static bool setAllocFamily(Function &F, StringRef Family) { in setAllocFamily() function
387 Changed |= setAllocFamily(F, "malloc"); in inferNonMandatoryLibFuncAttrs()
451 Changed |= setAllocFamily(F, TheLibFunc == LibFunc_vec_malloc ? "vec_malloc" in inferNonMandatoryLibFuncAttrs()
519 Changed |= setAllocFamily(F, "malloc"); in inferNonMandatoryLibFuncAttrs()
545 Changed |= setAllocFamily( in inferNonMandatoryLibFuncAttrs()
623 Changed |= setAllocFamily(F, TheLibFunc == LibFunc_vec_calloc ? "vec_malloc" in inferNonMandatoryLibFuncAttrs()
685 Changed |= setAllocFamily(F, TheLibFunc == LibFunc_vec_free ? "vec_malloc" in inferNonMandatoryLibFuncAttrs()