Lines Matching refs:Follow
1601 auto HandlePassthroughUser = [&](Value *Usr, Value *CurPtr, bool &Follow) { in updateImpl() argument
1615 Follow = true; in updateImpl()
1626 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in updateImpl() argument
1636 return HandlePassthroughUser(Usr, CurPtr, Follow); in updateImpl()
1655 Follow = true; in updateImpl()
1660 Follow = collectConstantsForGEP(A, DL, UsrOI, PtrOI, GEP); in updateImpl()
1666 return HandlePassthroughUser(Usr, CurPtr, Follow); in updateImpl()
1683 Follow = !UsrOI.isUnknown(); in updateImpl()
1707 Follow = true; in updateImpl()
1724 return HandlePassthroughUser(Usr, CurPtr, Follow); in updateImpl()
1731 Follow = true; in updateImpl()
1736 Follow = true; in updateImpl()
2313 auto Pred = [&](const Use &U, bool &Follow) -> bool { in updateImpl() argument
2330 Follow = true; in updateImpl()
3895 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in isKnownNoAliasDueToNoAliasPreservation() argument
3936 Follow = true; in isKnownNoAliasDueToNoAliasPreservation()
4109 auto UsePred = [&](const Use &U, bool &Follow) { return false; }; in areAllUsesAssumedDead() argument
5552 auto UsePred = [&](const Use &U, bool &Follow) { in updateImpl() argument
5556 Follow = true; in updateImpl()
5812 bool &Follow) { in checkUse()
5859 Follow = true; in checkUse()
5954 auto UseCheck = [&](const Use &U, bool &Follow) -> bool { in updateImpl() argument
5959 return checkUse(A, T, U, Follow); in updateImpl()
5961 Follow = true; in updateImpl()
6977 auto Pred = [&](const Use &U, bool &Follow) -> bool { in updateImpl() argument
7036 Follow = true; in updateImpl()
8137 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in updateImpl() argument
8147 Follow = followUsersOfUseIn(A, U, UserI); in updateImpl()
12049 bool checkUse(Attributor &A, const Use &U, bool &Follow, in checkUse()
12053 Follow = true; in checkUse()
12110 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in updateImpl() argument
12114 return checkUse(A, U, Follow, Worklist); in updateImpl()
12116 return checkUse(A, U, Follow, Worklist); in updateImpl()
12118 Follow = true; in updateImpl()