Searched refs:AssociatedFunction (Results 1 – 3 of 3) sorted by relevance
770 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllCallSites() local771 if (!AssociatedFunction) { in checkForAllCallSites()778 return checkForAllCallSites(Pred, *AssociatedFunction, RequireAllCallSites, in checkForAllCallSites()881 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllReturnedValuesAndReturnInsts() local882 if (!AssociatedFunction) in checkForAllReturnedValuesAndReturnInsts()888 const IRPosition &QueryIRP = IRPosition::function(*AssociatedFunction); in checkForAllReturnedValuesAndReturnInsts()901 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllReturnedValues() local902 if (!AssociatedFunction) in checkForAllReturnedValues()907 *AssociatedFunction, QueryingAA.getCallBaseContext()); in checkForAllReturnedValues()950 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllInstructions() local[all …]
609 const Function *AssociatedFunction = in updateImpl() local611 if (!AssociatedFunction) in updateImpl()620 *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()