Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp364 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 DOpenMPOpt.cpp3034 bool AllCallSitesKnown; in handleCallees() local
3037 AllCallSitesKnown)) { in handleCallees()
4855 bool AllCallSitesKnown = true; in updateParallelLevels() local
4858 AllCallSitesKnown)) in updateParallelLevels()
H A DAttributorAttributes.cpp2735 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()