Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp195 if ((FnData->AllocTy & AllocTy) != FnData->AllocTy) in getAllocationDataForFunction()
199 int FstParam = FnData->FstParam; in getAllocationDataForFunction()
200 int SndParam = FnData->SndParam; in getAllocationDataForFunction()
211 return *FnData; in getAllocationDataForFunction()
369 if (FnData && FnData->AlignParam >= 0) { in getAllocAlignment()
397 if (!FnData) in getAllocSize()
412 if (FnData->FstParam > 0) { in getAllocSize()
435 if (FnData->SndParam < 0) in getAllocSize()
559 if (!FnData) in isLibFreeFunction()
1148 if (!FnData) in visitCallBase()
[all …]