Home
last modified time | relevance | path

Searched refs:annotateAnyAllocSite (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h245 bool annotateAnyAllocSite(CallBase &Call, const TargetLibraryInfo *TLI);
H A DInstCombineCalls.cpp3768 bool InstCombinerImpl::annotateAnyAllocSite(CallBase &Call, in annotateAnyAllocSite() function in InstCombinerImpl
3817 bool Changed = annotateAnyAllocSite(Call, &TLI); in visitCallBase()