Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp118 const AllocFnsTy *FnData = in getAllocationData() local
122 if (FnData == std::end(AllocationFnData)) in getAllocationData()
125 if ((FnData->AllocTy & AllocTy) != FnData->AllocTy) in getAllocationData()
129 int FstParam = FnData->FstParam; in getAllocationData()
130 int SndParam = FnData->SndParam; in getAllocationData()
134 FTy->getNumParams() == FnData->NumParams && in getAllocationData()
141 return FnData; in getAllocationData()
471 const AllocFnsTy *FnData = getAllocationData(CS.getInstruction(), AnyAlloc, in visitCallSite() local
473 if (!FnData) in visitCallSite()
477 if (FnData->AllocTy == StrDupLike) { in visitCallSite()
[all …]