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