Lines Matching refs:AssociatedFunction
1446 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllCallSites() local
1447 if (!AssociatedFunction) { in checkForAllCallSites()
1453 return checkForAllCallSites(Pred, *AssociatedFunction, RequireAllCallSites, in checkForAllCallSites()
1566 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllReturnedValuesAndReturnInsts() local
1567 if (!AssociatedFunction) in checkForAllReturnedValuesAndReturnInsts()
1573 const IRPosition &QueryIRP = IRPosition::function(*AssociatedFunction); in checkForAllReturnedValuesAndReturnInsts()
1586 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllReturnedValues() local
1587 if (!AssociatedFunction) in checkForAllReturnedValues()
1592 *AssociatedFunction, QueryingAA.getCallBaseContext()); in checkForAllReturnedValues()
1667 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllInstructions() local
1668 return checkForAllInstructions(Pred, AssociatedFunction, QueryingAA, Opcodes, in checkForAllInstructions()
1677 const Function *AssociatedFunction = in checkForAllReadWriteInstructions() local
1679 if (!AssociatedFunction) in checkForAllReadWriteInstructions()
1683 const IRPosition &QueryIRP = IRPosition::function(*AssociatedFunction); in checkForAllReadWriteInstructions()
1688 InfoCache.getReadOrWriteInstsForFunction(*AssociatedFunction)) { in checkForAllReadWriteInstructions()