Lines Matching defs:AssociatedFunction
1867 const Function *AssociatedFunction = IRP.getAssociatedFunction();
1868 if (!AssociatedFunction) {
1874 return checkForAllCallSites(Pred, *AssociatedFunction, RequireAllCallSites,
1993 const Function *AssociatedFunction = IRP.getAssociatedFunction();
1994 if (!AssociatedFunction)
2000 IRPosition::returned(*AssociatedFunction), &QueryingAA, Values, S,
2072 const Function *AssociatedFunction = IRP.getAssociatedFunction();
2073 return checkForAllInstructions(Pred, AssociatedFunction, &QueryingAA, Opcodes,
2083 const Function *AssociatedFunction =
2085 if (!AssociatedFunction)
2088 const IRPosition &QueryIRP = IRPosition::function(*AssociatedFunction);
2093 InfoCache.getReadOrWriteInstsForFunction(*AssociatedFunction)) {