Home
last modified time | relevance | path

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

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