Home
last modified time | relevance | path

Searched refs:RequireAllCallSites (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1878 bool RequireAllCallSites, in checkForAllCallSites() argument
1891 return checkForAllCallSites(Pred, *AssociatedFunction, RequireAllCallSites, in checkForAllCallSites()
1897 bool RequireAllCallSites, in checkForAllCallSites() argument
1901 if (RequireAllCallSites && !Fn.hasLocalLinkage()) { in checkForAllCallSites()
1957 if (!RequireAllCallSites) { in checkForAllCallSites()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2308 bool RequireAllCallSites,
2319 const Function &Fn, bool RequireAllCallSites,