Home
last modified time | relevance | path

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

/freebsd/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()
2003 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllReturnedValues() local
2004 if (!AssociatedFunction) in checkForAllReturnedValues()
2010 IRPosition::returned(*AssociatedFunction), &QueryingAA, Values, S, in checkForAllReturnedValues()
2082 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllInstructions() local
2083 return checkForAllInstructions(Pred, AssociatedFunction, &QueryingAA, Opcodes, in checkForAllInstructions()
2093 const Function *AssociatedFunction = in checkForAllReadWriteInstructions() local
2095 if (!AssociatedFunction) in checkForAllReadWriteInstructions()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1348 ExprResult AssociatedFunction; in ParseOMPDeclareVariantClauses() local
1354 AssociatedFunction = ParseOpenMPParensExpr( in ParseOMPDeclareVariantClauses()
1358 if (!AssociatedFunction.isUsable()) { in ParseOMPDeclareVariantClauses()
1454 Ptr, AssociatedFunction.get(), TI, AppendArgs.size(), in ParseOMPDeclareVariantClauses()