OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAllocLikeFn
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Analysis/
MemoryBuiltins.h
59
bool
isAllocLikeFn
(const Value *V, const TargetLibraryInfo *TLI,
/external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp
741
else if (
isAllocLikeFn
(I, TLI) && !PointerMayBeCaptured(I, true, true))
811
if (
isAllocLikeFn
(BBI, TLI))
/external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp
332
if (!
isAllocLikeFn
(Ptr, TLI))
/external/llvm/lib/Analysis/
MemoryBuiltins.cpp
180
bool llvm::
isAllocLikeFn
(const Value *V, const TargetLibraryInfo *TLI,
/external/llvm/lib/Transforms/Utils/
Local.cpp
305
if (
isAllocLikeFn
(I, TLI)) return true;
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
[
all
...]
Completed in 132 milliseconds