OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extractMallocCall
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Analysis/
MemoryBuiltins.h
72
///
extractMallocCall
- Returns the corresponding CallInst if the instruction
75
const CallInst *
extractMallocCall
(const Value *I, const TargetLibraryInfo *TLI);
76
static inline CallInst *
extractMallocCall
(Value *I,
78
return const_cast<CallInst*>(
extractMallocCall
((const Value*)I, TLI));
/external/llvm/lib/Analysis/
MemoryBuiltins.cpp
192
///
extractMallocCall
- Returns the corresponding CallInst if the instruction
195
const CallInst *llvm::
extractMallocCall
(const Value *I,
232
const CallInst *CI =
extractMallocCall
(I, TLI);
/external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp
[
all
...]
Completed in 165 milliseconds