OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCallocLikeFn
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Analysis/
MemoryBuiltins.h
59
bool
isCallocLikeFn
(const Value *V, const TargetLibraryInfo *TLI,
/external/llvm/lib/Analysis/
CFLGraph.h
378
if (isMallocLikeFn(Inst, &TLI) ||
isCallocLikeFn
(Inst, &TLI) ||
MemoryBuiltins.cpp
200
bool llvm::
isCallocLikeFn
(const Value *V, const TargetLibraryInfo *TLI,
305
return
isCallocLikeFn
(I, TLI) ? cast<CallInst>(I) : nullptr;
BasicAliasAnalysis.cpp
761
if (isMallocLikeFn(Inst, &TLI) ||
isCallocLikeFn
(Inst, &TLI)) {
[
all
...]
/external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp
852
if (UnderlyingPointer &&
isCallocLikeFn
(UnderlyingPointer, TLI) &&
[
all
...]
GVN.cpp
[
all
...]
Completed in 236 milliseconds