Searched refs:IsFunctionMallocLike (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp62 // IsFunctionMallocLike - Does this function allocate new memory?
63 bool IsFunctionMallocLike(Function *F,
697 /// IsFunctionMallocLike - A function is malloc-like if it returns either null
699 bool FunctionAttrs::IsFunctionMallocLike(Function *F, function in class:FunctionAttrs
794 if (!IsFunctionMallocLike(F, SCCNodes))

Completed in 131 milliseconds