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 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 177 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 464 milliseconds