HomeSort by relevance Sort by last modified time
    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 146 bool llvm::isAllocationFn(const Value *V, const TargetLibraryInfo *TLI,
157 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 362 if (isAllocationFn(V, TLI))
451 if (isAllocationFn(I, TLI))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 193 milliseconds