Home
last modified time | relevance | path

Searched refs:AllCallSitesKnown (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DAttributor.cpp1076 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 …]
DAttributorAttributes.cpp566 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 …]
DOpenMPOpt.cpp2494 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/
DAMDGPUAttributor.cpp259 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/
DAttributor.h1788 bool RequireAllCallSites, bool &AllCallSitesKnown);
1938 bool &AllCallSitesKnown);