Home
last modified time | relevance | path

Searched defs:Follow (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h1484 bool Follow; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1602 auto HandlePassthroughUser = [&](Value *Usr, Value *CurPtr, bool &Follow) { in updateImpl()
1624 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in updateImpl()
2315 auto Pred = [&](const Use &U, bool &Follow) -> bool { in updateImpl()
3898 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in isKnownNoAliasDueToNoAliasPreservation()
4112 auto UsePred = [&](const Use &U, bool &Follow) { return false; }; in areAllUsesAssumedDead()
5561 auto UsePred = [&](const Use &U, bool &Follow) { in updateImpl()
5969 auto UseCheck = [&](const Use &U, bool &Follow) -> bool { in updateImpl()
6992 auto Pred = [&](const Use &U, bool &Follow) -> bool { in updateImpl()
8152 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in updateImpl()
12099 auto UsePred = [&](const Use &U, bool &Follow) -> bool { in updateImpl()
H A DAttributor.cpp1847 bool Follow = false; in checkForAllUses() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp1086 file_type get_file_type(const Twine &Path, bool Follow) { in get_file_type()