Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DMemoryBuiltins.cpp209 bool IsNoBuiltinCall; in getAllocationData() local
210 if (const Function *Callee = getCalledFunction(V, IsNoBuiltinCall)) in getAllocationData()
211 if (!IsNoBuiltinCall) in getAllocationData()
219 bool IsNoBuiltinCall; in getAllocationData() local
220 if (const Function *Callee = getCalledFunction(V, IsNoBuiltinCall)) in getAllocationData()
221 if (!IsNoBuiltinCall) in getAllocationData()
229 bool IsNoBuiltinCall; in getAllocationSize() local
231 getCalledFunction(V, IsNoBuiltinCall); in getAllocationSize()
237 if (!IsNoBuiltinCall) in getAllocationSize()
547 bool IsNoBuiltinCall; in getFreedOperand() local
[all …]