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 807 else if (isAllocLikeFn(&I, TLI) && !PointerMayBeCaptured(&I, true, true))
878 if (isAllocLikeFn(&*BBI, TLI))
    [all...]
  /external/llvm/lib/Analysis/
GlobalsModRef.cpp 440 if (!isAllocLikeFn(Ptr, &TLI))
    [all...]
MemoryBuiltins.cpp 185 bool llvm::isAllocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /external/llvm/lib/Transforms/Utils/
Local.cpp 332 if (isAllocLikeFn(I, TLI)) return true;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]

Completed in 147 milliseconds