Lines Matching refs:Follow

1244                                      bool &Follow) {  in updateImpl()  argument
1247 Follow = true; in updateImpl()
1255 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in updateImpl() argument
1265 return HandlePassthroughUser(Usr, OffsetInfoMap[CurPtr], Follow); in updateImpl()
1285 Follow = true; in updateImpl()
1302 Follow = true; in updateImpl()
1306 return HandlePassthroughUser(Usr, OffsetInfoMap[CurPtr], Follow); in updateImpl()
1325 Follow = true; in updateImpl()
1339 return HandlePassthroughUser(Usr, PtrOI, Follow); in updateImpl()
1351 Follow = true; in updateImpl()
2083 auto Pred = [&](const Use &U, bool &Follow) -> bool { in updateImpl() argument
2100 Follow = true; in updateImpl()
3218 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in isKnownNoAliasDueToNoAliasPreservation() argument
3260 Follow = true; in isKnownNoAliasDueToNoAliasPreservation()
3452 auto UsePred = [&](const Use &U, bool &Follow) { return false; }; in areAllUsesAssumedDead() argument
4810 auto UsePred = [&](const Use &U, bool &Follow) { in updateImpl() argument
4814 Follow = true; in updateImpl()
5046 bool &Follow) { in checkUse()
5090 Follow = true; in checkUse()
5187 auto UseCheck = [&](const Use &U, bool &Follow) -> bool { in updateImpl() argument
5192 return checkUse(A, T, U, Follow); in updateImpl()
5194 Follow = true; in updateImpl()
6225 auto Pred = [&](const Use &U, bool &Follow) -> bool { in updateImpl() argument
6285 Follow = true; in updateImpl()
7354 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in updateImpl() argument
7364 Follow = followUsersOfUseIn(A, U, UserI); in updateImpl()