Searched refs:AllCallSitesKnown (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAttributor.cpp | 364 bool AllCallSitesKnown = true; in updateImpl() local 365 if (!A.checkForAllCallSites(CheckCallSite, *this, true, AllCallSitesKnown)) in updateImpl() 723 bool AllCallSitesKnown = true; in updateImplImpl() local 724 if (!A.checkForAllCallSites(CheckCallSite, *this, true, AllCallSitesKnown)) in updateImplImpl() 878 bool AllCallSitesKnown = true; in updateImpl() local 879 if (!A.checkForAllCallSites(CheckCallSite, *this, true, AllCallSitesKnown)) in updateImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 3034 bool AllCallSitesKnown; in handleCallees() local 3037 AllCallSitesKnown)) { in handleCallees() 4855 bool AllCallSitesKnown = true; in updateParallelLevels() local 4858 AllCallSitesKnown)) in updateParallelLevels()
|
H A D | AttributorAttributes.cpp | 2735 bool AllCallSitesKnown = true; in updateImpl() local 2738 AllCallSitesKnown)) in updateImpl() 8909 bool AllCallSitesKnown = true; in updateImpl() local 8910 if (!A.checkForAllCallSites(CheckCallSite, *this, true, AllCallSitesKnown)) in updateImpl()
|