Lines Matching refs:AssociatedFunction
1884 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllCallSites() local
1885 if (!AssociatedFunction) { in checkForAllCallSites()
1891 return checkForAllCallSites(Pred, *AssociatedFunction, RequireAllCallSites, in checkForAllCallSites()
2010 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllReturnedValues() local
2011 if (!AssociatedFunction) in checkForAllReturnedValues()
2017 IRPosition::returned(*AssociatedFunction), &QueryingAA, Values, S, in checkForAllReturnedValues()
2089 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllInstructions() local
2090 return checkForAllInstructions(Pred, AssociatedFunction, &QueryingAA, Opcodes, in checkForAllInstructions()
2100 const Function *AssociatedFunction = in checkForAllReadWriteInstructions() local
2102 if (!AssociatedFunction) in checkForAllReadWriteInstructions()
2105 const IRPosition &QueryIRP = IRPosition::function(*AssociatedFunction); in checkForAllReadWriteInstructions()
2110 InfoCache.getReadOrWriteInstsForFunction(*AssociatedFunction)) { in checkForAllReadWriteInstructions()