Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp224 bool IsNoBuiltinCall; in getAllocationData() local
225 if (const Function *Callee = getCalledFunction(V, IsNoBuiltinCall)) in getAllocationData()
226 if (!IsNoBuiltinCall) in getAllocationData()
234 bool IsNoBuiltinCall; in getAllocationData() local
235 if (const Function *Callee = getCalledFunction(V, IsNoBuiltinCall)) in getAllocationData()
236 if (!IsNoBuiltinCall) in getAllocationData()
244 bool IsNoBuiltinCall; in getAllocationSize() local
246 getCalledFunction(V, IsNoBuiltinCall); in getAllocationSize()
252 if (!IsNoBuiltinCall) in getAllocationSize()
559 bool IsNoBuiltinCall; in getFreedOperand() local
[all …]