HomeSort by relevance Sort by last modified time
    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 714 else if (isAllocLikeFn(I, TLI) && !PointerMayBeCaptured(I, true, true))
786 if (isAllocLikeFn(BBI, TLI))
  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 328 if (!isAllocLikeFn(Ptr, TLI))
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 182 bool llvm::isAllocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /external/llvm/lib/Transforms/Utils/
Local.cpp 324 if (isAllocLikeFn(I, TLI)) return true;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]

Completed in 79 milliseconds