Home
last modified time | relevance | path

Searched refs:RootCount (Results 1 – 25 of 34) sorted by relevance

12

/dports/lang/nickle/nickle-2.90/
H A Dmem.c39 static int RootCount; variable
264 if (RootCount == RootSize) in MemAddRoot()
273 memcpy (roots, Roots, RootCount * sizeof (void *)); in MemAddRoot()
278 Roots[RootCount++] = object; in MemAddRoot()
329 int rootCount = RootCount; in mark()
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/runtime/
H A Dmgc0.c109 RootCount = 5, enumerator
1355 if(i - RootCount >= runtime_allglen) in markroot()
1357 gp = runtime_allg[i - RootCount]; in markroot()
2259 …runtime_parforsetup(work.markfor, work.nproc, RootCount + runtime_allglen, false, &markroot_funcva… in gc()
/dports/lang/gnat_util/gcc-6-20180516/libgo/runtime/
H A Dmgc0.c109 RootCount = 5, enumerator
1355 if(i - RootCount >= runtime_allglen) in markroot()
1357 gp = runtime_allg[i - RootCount]; in markroot()
2259 …runtime_parforsetup(work.markfor, work.nproc, RootCount + runtime_allglen, false, &markroot_funcva… in gc()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/runtime/
H A Dmgc0.c109 RootCount = 5, enumerator
1355 if(i - RootCount >= runtime_allglen) in markroot()
1357 gp = runtime_allg[i - RootCount]; in markroot()
2259 …runtime_parforsetup(work.markfor, work.nproc, RootCount + runtime_allglen, false, &markroot_funcva… in gc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/docs/
H A DGarbageCollection.rst821 size_t RootCount = FI->roots_size();
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/docs/
H A DGarbageCollection.rst821 size_t RootCount = FI->roots_size();
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/docs/
H A DGarbageCollection.rst821 size_t RootCount = FI->roots_size();
/dports/devel/llvm10/llvm-10.0.1.src/docs/
H A DGarbageCollection.rst821 size_t RootCount = FI->roots_size();
/dports/graphics/llvm-mesa/llvm-13.0.1.src/docs/
H A DGarbageCollection.rst821 size_t RootCount = FI->roots_size();
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/docs/
H A DGarbageCollection.rst821 size_t RootCount = FI->roots_size();
/dports/devel/llvm11/llvm-11.0.1.src/docs/
H A DGarbageCollection.rst821 size_t RootCount = FI->roots_size();
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/docs/
H A DGarbageCollection.rst821 size_t RootCount = FI->roots_size();
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/docs/
H A DGarbageCollection.rst821 size_t RootCount = FI->roots_size();
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/docs/
H A DGarbageCollection.rst821 size_t RootCount = FI->roots_size();
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/docs/
H A DGarbageCollection.rst821 size_t RootCount = FI->roots_size();
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/docs/
H A DGarbageCollection.rst821 size_t RootCount = FI->roots_size();
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/docs/
H A DGarbageCollection.rst821 size_t RootCount = FI->roots_size();
/dports/devel/llvm90/llvm-9.0.1.src/docs/
H A DGarbageCollection.rst821 size_t RootCount = FI->roots_size();
/dports/devel/llvm70/llvm-7.0.1.src/docs/
H A DGarbageCollection.rst821 size_t RootCount = FI->roots_size();
/dports/devel/llvm80/llvm-8.0.1.src/docs/
H A DGarbageCollection.rst821 size_t RootCount = FI->roots_size();
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15621 auto RootCount = StoreRootCountMap.find(StoreNode); in getStoreMergeCandidates() local
15622 if (RootCount != StoreRootCountMap.end() && in getStoreMergeCandidates()
15623 RootCount->second.first == RootNode && in getStoreMergeCandidates()
15624 RootCount->second.second > StoreMergeDependenceLimit) in getStoreMergeCandidates()
15733 auto &RootCount = StoreRootCountMap[StoreNodes[i].MemNode]; in checkMergeStoreCandidatesForDependencies() local
15734 if (RootCount.first == RootNode) in checkMergeStoreCandidatesForDependencies()
15735 RootCount.second++; in checkMergeStoreCandidatesForDependencies()
15737 RootCount = {RootNode, 1}; in checkMergeStoreCandidatesForDependencies()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15616 auto RootCount = StoreRootCountMap.find(StoreNode); in getStoreMergeCandidates() local
15617 if (RootCount != StoreRootCountMap.end() && in getStoreMergeCandidates()
15618 RootCount->second.first == RootNode && in getStoreMergeCandidates()
15619 RootCount->second.second > StoreMergeDependenceLimit) in getStoreMergeCandidates()
15728 auto &RootCount = StoreRootCountMap[StoreNodes[i].MemNode]; in checkMergeStoreCandidatesForDependencies() local
15729 if (RootCount.first == RootNode) in checkMergeStoreCandidatesForDependencies()
15730 RootCount.second++; in checkMergeStoreCandidatesForDependencies()
15732 RootCount = {RootNode, 1}; in checkMergeStoreCandidatesForDependencies()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15621 auto RootCount = StoreRootCountMap.find(StoreNode); in getStoreMergeCandidates() local
15622 if (RootCount != StoreRootCountMap.end() && in getStoreMergeCandidates()
15623 RootCount->second.first == RootNode && in getStoreMergeCandidates()
15624 RootCount->second.second > StoreMergeDependenceLimit) in getStoreMergeCandidates()
15733 auto &RootCount = StoreRootCountMap[StoreNodes[i].MemNode]; in checkMergeStoreCandidatesForDependencies() local
15734 if (RootCount.first == RootNode) in checkMergeStoreCandidatesForDependencies()
15735 RootCount.second++; in checkMergeStoreCandidatesForDependencies()
15737 RootCount = {RootNode, 1}; in checkMergeStoreCandidatesForDependencies()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16403 auto RootCount = StoreRootCountMap.find(StoreNode); in getStoreMergeCandidates() local
16404 return RootCount != StoreRootCountMap.end() && in getStoreMergeCandidates()
16405 RootCount->second.first == RootNode && in getStoreMergeCandidates()
16406 RootCount->second.second > StoreMergeDependenceLimit; in getStoreMergeCandidates()
16516 auto &RootCount = StoreRootCountMap[StoreNodes[i].MemNode]; in checkMergeStoreCandidatesForDependencies() local
16517 if (RootCount.first == RootNode) in checkMergeStoreCandidatesForDependencies()
16518 RootCount.second++; in checkMergeStoreCandidatesForDependencies()
16520 RootCount = {RootNode, 1}; in checkMergeStoreCandidatesForDependencies()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16257 auto RootCount = StoreRootCountMap.find(StoreNode); in getStoreMergeCandidates() local
16258 if (RootCount != StoreRootCountMap.end() && in getStoreMergeCandidates()
16259 RootCount->second.first == RootNode && in getStoreMergeCandidates()
16260 RootCount->second.second > StoreMergeDependenceLimit) in getStoreMergeCandidates()
16369 auto &RootCount = StoreRootCountMap[StoreNodes[i].MemNode]; in checkMergeStoreCandidatesForDependencies() local
16370 if (RootCount.first == RootNode) in checkMergeStoreCandidatesForDependencies()
16371 RootCount.second++; in checkMergeStoreCandidatesForDependencies()
16373 RootCount = {RootNode, 1}; in checkMergeStoreCandidatesForDependencies()

12