Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1880 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllCallSites() local
1881 if (!AssociatedFunction) { in checkForAllCallSites()
1887 return checkForAllCallSites(Pred, *AssociatedFunction, RequireAllCallSites, in checkForAllCallSites()
2006 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllReturnedValues() local
2007 if (!AssociatedFunction) in checkForAllReturnedValues()
2013 IRPosition::returned(*AssociatedFunction), &QueryingAA, Values, S, in checkForAllReturnedValues()
2085 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllInstructions() local
2096 const Function *AssociatedFunction = in checkForAllReadWriteInstructions() local
2098 if (!AssociatedFunction) in checkForAllReadWriteInstructions()
2101 const IRPosition &QueryIRP = IRPosition::function(*AssociatedFunction); in checkForAllReadWriteInstructions()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1396 ExprResult AssociatedFunction; in ParseOMPDeclareVariantClauses() local
1402 AssociatedFunction = ParseOpenMPParensExpr( in ParseOMPDeclareVariantClauses()
1406 if (!AssociatedFunction.isUsable()) { in ParseOMPDeclareVariantClauses()
1490 Ptr, AssociatedFunction.get(), TI, AppendArgs.size(), in ParseOMPDeclareVariantClauses()