OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAllocationFn
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/Analysis/
MemoryBuiltins.h
39
bool
isAllocationFn
(const Value *V, const TargetLibraryInfo *TLI,
/external/llvm/lib/Analysis/
MemoryBuiltins.cpp
149
bool llvm::
isAllocationFn
(const Value *V, const TargetLibraryInfo *TLI,
160
return
isAllocationFn
(V, TLI, LookThroughBitCast) ||
/external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp
461
} else if (
isAllocationFn
(&*II, TLI) || isFreeCall(&*II, TLI)) {
/external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp
363
if (
isAllocationFn
(V, TLI))
452
if (
isAllocationFn
(I, TLI))
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
[
all
...]
Completed in 224 milliseconds