Home
last modified time | relevance | path

Searched refs:isAllocLikeFn (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h70 bool isAllocLikeFn(const Value *V, const TargetLibraryInfo *TLI);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp325 bool llvm::isAllocLikeFn(const Value *V, const TargetLibraryInfo *TLI) { in isAllocLikeFn() function in llvm
350 return isAllocLikeFn(CB, TLI); in isRemovableAlloc()
H A DInstructionSimplify.cpp2830 if (isAllocLikeFn(LHS, TLI) && llvm::isKnownNonZero(RHS, Q)) in computePointerICmp()
2832 else if (isAllocLikeFn(RHS, TLI) && llvm::isKnownNonZero(LHS, Q)) in computePointerICmp()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3087 return isAllocLikeFn(V, &TLI) && V != AI; in isNeverEqualToUnescapedAlloc()