Searched refs:AssociatedFunction (Results 1 – 3 of 3) sorted by relevance
1446 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllCallSites() local1447 if (!AssociatedFunction) { in checkForAllCallSites()1566 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllReturnedValuesAndReturnInsts() local1567 if (!AssociatedFunction) in checkForAllReturnedValuesAndReturnInsts()1586 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllReturnedValues() local1587 if (!AssociatedFunction) in checkForAllReturnedValues()1592 *AssociatedFunction, QueryingAA.getCallBaseContext()); in checkForAllReturnedValues()1667 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllInstructions() local1677 const Function *AssociatedFunction = in checkForAllReadWriteInstructions() local1679 if (!AssociatedFunction) in checkForAllReadWriteInstructions()[all …]
570 const Function *AssociatedFunction = in updateImpl() local572 if (!AssociatedFunction) in updateImpl()581 *AssociatedFunction, IntroduceCallBaseContext ? &CBContext : nullptr); in updateImpl()10643 Function *AssociatedFunction = getAssociatedFunction(); in manifest() local10645 bool Changed = addAssumptions(*AssociatedFunction, Assumptions.getSet()); in manifest()
1398 ExprResult AssociatedFunction; in ParseOMPDeclareVariantClauses() local1404 AssociatedFunction = ParseOpenMPParensExpr( in ParseOMPDeclareVariantClauses()1408 if (!AssociatedFunction.isUsable()) { in ParseOMPDeclareVariantClauses()1492 Ptr, AssociatedFunction.get(), TI, AppendArgs.size(), in ParseOMPDeclareVariantClauses()