Lines Matching refs:AssociatedFunction
1880 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllCallSites() local
1881 if (!AssociatedFunction) { in checkForAllCallSites()
1887 return checkForAllCallSites(Pred, *AssociatedFunction, RequireAllCallSites, in checkForAllCallSites()
2006 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllReturnedValues() local
2007 if (!AssociatedFunction) in checkForAllReturnedValues()
2013 IRPosition::returned(*AssociatedFunction), &QueryingAA, Values, S, in checkForAllReturnedValues()
2085 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllInstructions() local
2086 return checkForAllInstructions(Pred, AssociatedFunction, &QueryingAA, Opcodes, in checkForAllInstructions()
2096 const Function *AssociatedFunction = in checkForAllReadWriteInstructions() local
2098 if (!AssociatedFunction) in checkForAllReadWriteInstructions()
2101 const IRPosition &QueryIRP = IRPosition::function(*AssociatedFunction); in checkForAllReadWriteInstructions()
2106 InfoCache.getReadOrWriteInstsForFunction(*AssociatedFunction)) { in checkForAllReadWriteInstructions()