Searched refs:AllCallSitesKnown (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| D | Attributor.cpp | 1076 bool &AllCallSitesKnown) { in checkForAllCallSites() argument 1085 AllCallSitesKnown = false; in checkForAllCallSites() 1090 &QueryingAA, AllCallSitesKnown); in checkForAllCallSites() 1097 bool &AllCallSitesKnown) { in checkForAllCallSites() argument 1103 AllCallSitesKnown = false; in checkForAllCallSites() 1108 AllCallSitesKnown = RequireAllCallSites; in checkForAllCallSites() 1556 bool AllCallSitesKnown; in identifyDeadInternalFunctions() local 1564 *F, true, nullptr, AllCallSitesKnown)) { in identifyDeadInternalFunctions() 2049 bool AllCallSitesKnown; in isValidFunctionSignatureRewrite() local 2051 AllCallSitesKnown)) { in isValidFunctionSignatureRewrite() [all …]
|
| D | AttributorAttributes.cpp | 566 bool AllCallSitesKnown; in clampCallSiteArgumentStates() local 568 AllCallSitesKnown)) in clampCallSiteArgumentStates() 2353 bool AllCallSitesKnown; in updateImpl() local 2354 if (A.checkForAllCallSites(CallSitePred, *this, true, AllCallSitesKnown)) { in updateImpl() 2360 if (AllCallSitesKnown) in updateImpl() 3017 bool AllCallSitesKnown; in updateImpl() local 3020 true, AllCallSitesKnown)) in updateImpl() 3601 bool AllCallSitesKnown; in updateImpl() local 3603 AllCallSitesKnown)) in updateImpl() 5358 bool AllCallSitesKnown; in updateImpl() local [all …]
|
| D | OpenMPOpt.cpp | 2494 bool AllCallSitesKnown; in updateImpl() local 2506 AllCallSitesKnown)) in updateImpl() 3407 bool AllCallSitesKnown; in updateReachingKernelEntries() local 3410 AllCallSitesKnown)) in updateReachingKernelEntries() 3450 bool AllCallSitesKnown = true; in updateParallelLevels() local 3453 AllCallSitesKnown)) in updateParallelLevels()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUAttributor.cpp | 259 bool AllCallSitesKnown = true; in updateImpl() local 260 if (!A.checkForAllCallSites(CheckCallSite, *this, true, AllCallSitesKnown)) in updateImpl()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| D | Attributor.h | 1788 bool RequireAllCallSites, bool &AllCallSitesKnown); 1938 bool &AllCallSitesKnown);
|