Searched refs:AssociatedFunction (Results 1 – 3 of 3) sorted by relevance
1081 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllCallSites() local1082 if (!AssociatedFunction) { in checkForAllCallSites()1194 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllReturnedValuesAndReturnInsts() local1195 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 …]
648 const Function *AssociatedFunction = in updateImpl() local650 if (!AssociatedFunction) in updateImpl()659 *AssociatedFunction, IntroduceCallBaseContext ? &CBContext : nullptr); in updateImpl()
1383 ExprResult AssociatedFunction; in ParseOMPDeclareVariantClauses() local1389 AssociatedFunction = ParseOpenMPParensExpr( in ParseOMPDeclareVariantClauses()1393 if (!AssociatedFunction.isUsable()) { in ParseOMPDeclareVariantClauses()1410 Ptr, AssociatedFunction.get(), TI, in ParseOMPDeclareVariantClauses()