Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1081 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllCallSites() local
1082 if (!AssociatedFunction) { in checkForAllCallSites()
1194 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllReturnedValuesAndReturnInsts() local
1195 if (!AssociatedFunction) in checkForAllReturnedValuesAndReturnInsts()
1215 if (!AssociatedFunction) in checkForAllReturnedValues()
1220 *AssociatedFunction, QueryingAA.getCallBaseContext()); in checkForAllReturnedValues()
1268 if (!AssociatedFunction) in checkForAllInstructions()
1271 if (AssociatedFunction->isDeclaration()) in checkForAllInstructions()
1282 InfoCache.getOpcodeInstMapForFunction(*AssociatedFunction); in checkForAllInstructions()
1295 const Function *AssociatedFunction = in checkForAllReadWriteInstructions() local
[all …]
H A DAttributorAttributes.cpp648 const Function *AssociatedFunction = in updateImpl() local
650 if (!AssociatedFunction) in updateImpl()
659 *AssociatedFunction, IntroduceCallBaseContext ? &CBContext : nullptr); in updateImpl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1383 ExprResult AssociatedFunction; in ParseOMPDeclareVariantClauses() local
1389 AssociatedFunction = ParseOpenMPParensExpr( in ParseOMPDeclareVariantClauses()
1393 if (!AssociatedFunction.isUsable()) { in ParseOMPDeclareVariantClauses()
1410 Ptr, AssociatedFunction.get(), TI, in ParseOMPDeclareVariantClauses()