Searched refs:AssociatedFunction (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 1884 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllCallSites() local 1885 if (!AssociatedFunction) { in checkForAllCallSites() 1891 return checkForAllCallSites(Pred, *AssociatedFunction, RequireAllCallSites, in checkForAllCallSites() 2010 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllReturnedValues() local 2011 if (!AssociatedFunction) in checkForAllReturnedValues() 2017 IRPosition::returned(*AssociatedFunction), &QueryingAA, Values, S, in checkForAllReturnedValues() 2089 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllInstructions() local 2090 return checkForAllInstructions(Pred, AssociatedFunction, &QueryingAA, Opcodes, in checkForAllInstructions() 2100 const Function *AssociatedFunction = in checkForAllReadWriteInstructions() local 2102 if (!AssociatedFunction) in checkForAllReadWriteInstructions() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 1406 ExprResult AssociatedFunction; in ParseOMPDeclareVariantClauses() local 1412 AssociatedFunction = ParseOpenMPParensExpr( in ParseOMPDeclareVariantClauses() 1416 if (!AssociatedFunction.isUsable()) { in ParseOMPDeclareVariantClauses() 1501 Ptr, AssociatedFunction.get(), TI, AppendArgs.size(), in ParseOMPDeclareVariantClauses()
|