Home
last modified time | relevance | path

Searched refs:lru_insert (Results 1 – 25 of 39) sorted by relevance

12

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dsplit_if.cpp243 void lru_insert( Node *use_blk, Node *new_def ) { Insert(use_blk,new_def); } in lru_insert() function
313 cache->lru_insert( prior_n, phi_post ); // Fill cache in spinup()
494 region_cache.lru_insert( new_false, new_false ); in do_split_if()
495 region_cache.lru_insert( new_true , new_true ); in do_split_if()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dsplit_if.cpp243 void lru_insert( Node *use_blk, Node *new_def ) { Insert(use_blk,new_def); } in lru_insert() function
313 cache->lru_insert( prior_n, phi_post ); // Fill cache in spinup()
494 region_cache.lru_insert( new_false, new_false ); in do_split_if()
495 region_cache.lru_insert( new_true , new_true ); in do_split_if()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dsplit_if.cpp287 void lru_insert( Node *use_blk, Node *new_def ) { Insert(use_blk,new_def); } in lru_insert() function
357 cache->lru_insert( prior_n, phi_post ); // Fill cache in spinup()
540 region_cache.lru_insert( new_false, new_false ); in do_split_if()
541 region_cache.lru_insert( new_true , new_true ); in do_split_if()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dsplit_if.cpp287 void lru_insert( Node *use_blk, Node *new_def ) { Insert(use_blk,new_def); } in lru_insert() function
357 cache->lru_insert( prior_n, phi_post ); // Fill cache in spinup()
540 region_cache.lru_insert( new_false, new_false ); in do_split_if()
541 region_cache.lru_insert( new_true , new_true ); in do_split_if()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dsplit_if.cpp287 void lru_insert( Node *use_blk, Node *new_def ) { Insert(use_blk,new_def); } in lru_insert() function
357 cache->lru_insert( prior_n, phi_post ); // Fill cache in spinup()
540 region_cache.lru_insert( new_false, new_false ); in do_split_if()
541 region_cache.lru_insert( new_true , new_true ); in do_split_if()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dsplit_if.cpp280 void lru_insert( Node *use_blk, Node *new_def ) { Insert(use_blk,new_def); } in lru_insert() function
350 cache->lru_insert( prior_n, phi_post ); // Fill cache in spinup()
533 region_cache.lru_insert( new_false, new_false ); in do_split_if()
534 region_cache.lru_insert( new_true , new_true ); in do_split_if()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dsplit_if.cpp287 void lru_insert( Node *use_blk, Node *new_def ) { Insert(use_blk,new_def); } in lru_insert() function
357 cache->lru_insert( prior_n, phi_post ); // Fill cache in spinup()
540 region_cache.lru_insert( new_false, new_false ); in do_split_if()
541 region_cache.lru_insert( new_true , new_true ); in do_split_if()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dsplit_if.cpp287 void lru_insert( Node *use_blk, Node *new_def ) { Insert(use_blk,new_def); } in lru_insert() function
357 cache->lru_insert( prior_n, phi_post ); // Fill cache in spinup()
540 region_cache.lru_insert( new_false, new_false ); in do_split_if()
541 region_cache.lru_insert( new_true , new_true ); in do_split_if()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dsplit_if.cpp287 void lru_insert( Node *use_blk, Node *new_def ) { Insert(use_blk,new_def); } in lru_insert() function
357 cache->lru_insert( prior_n, phi_post ); // Fill cache in spinup()
540 region_cache.lru_insert( new_false, new_false ); in do_split_if()
541 region_cache.lru_insert( new_true , new_true ); in do_split_if()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dsplit_if.cpp287 void lru_insert( Node *use_blk, Node *new_def ) { Insert(use_blk,new_def); } in lru_insert() function
357 cache->lru_insert( prior_n, phi_post ); // Fill cache in spinup()
540 region_cache.lru_insert( new_false, new_false ); in do_split_if()
541 region_cache.lru_insert( new_true , new_true ); in do_split_if()
/dports/www/links/links-2.25/
H A Dlru.c27 void lru_insert(struct lru *cache, void *entry, struct lru_entry **row, unsigned bytes_consumed) in lru_insert() function
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/svm/src/libsvm/
H A Dsvm.cpp180 void lru_insert(head_t *h);
206 void Cache::lru_insert(head_t *h) in lru_insert() function in svm::Cache
240 lru_insert(h); in get_data()
253 if(head[i].len) lru_insert(&head[i]); in swap_index()
254 if(head[j].len) lru_insert(&head[j]); in swap_index()
/dports/multimedia/vmaf/vmaf-2.3.0/libvmaf/src/
H A Dsvm.cpp95 void lru_insert(head_t *h);
121 void Cache::lru_insert(head_t *h) in lru_insert() function in Cache
155 lru_insert(h); in get_data()
168 if(head[i].len) lru_insert(&head[i]); in swap_index()
169 if(head[j].len) lru_insert(&head[j]); in swap_index()
/dports/science/libsvm/libsvm-3.23/
H A Dsvm.cpp91 void lru_insert(head_t *h);
117 void Cache::lru_insert(head_t *h) in lru_insert() function in Cache
151 lru_insert(h); in get_data()
164 if(head[i].len) lru_insert(&head[i]); in swap_index()
165 if(head[j].len) lru_insert(&head[j]); in swap_index()
/dports/science/libsvm-python/libsvm-3.23/
H A Dsvm.cpp91 void lru_insert(head_t *h);
117 void Cache::lru_insert(head_t *h) in lru_insert() function in Cache
151 lru_insert(h); in get_data()
164 if(head[i].len) lru_insert(&head[i]); in swap_index()
165 if(head[j].len) lru_insert(&head[j]); in swap_index()
/dports/science/R-cran-e1071/e1071/src/
H A Dsvm.cpp97 void lru_insert(head_t *h);
123 void Cache::lru_insert(head_t *h) in lru_insert() function in Cache
157 lru_insert(h); in get_data()
170 if(head[i].len) lru_insert(&head[i]); in swap_index()
171 if(head[j].len) lru_insert(&head[j]); in swap_index()
/dports/graphics/hugin/hugin-2020.0.0/src/celeste/
H A Dsvm.cpp138 void lru_insert(head_t *h);
164 void Cache::lru_insert(head_t *h) in lru_insert() function in celeste::Cache
198 lru_insert(h); in get_data()
211 if(head[i].len) lru_insert(&head[i]); in swap_index()
212 if(head[j].len) lru_insert(&head[j]); in swap_index()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_svm/svm/
H A Dsvm.cpp90 void lru_insert(head_t *h);
116 void Cache::lru_insert(head_t *h) in lru_insert() function in Cache
150 lru_insert(h); in get_data()
163 if(head[i].len) lru_insert(&head[i]); in swap_index()
164 if(head[j].len) lru_insert(&head[j]); in swap_index()
/dports/math/octave-forge-nan/nan-3.6.1/src/
H A Dsvm.cpp129 void lru_insert(head_t *h);
155 void Cache::lru_insert(head_t *h) in lru_insert() function in Cache
189 lru_insert(h); in get_data()
202 if(head[i].len) lru_insert(&head[i]); in swap_index()
203 if(head[j].len) lru_insert(&head[j]); in swap_index()
/dports/multimedia/vmaf/vmaf-2.3.0/third_party/libsvm/
H A Dsvm.cpp91 void lru_insert(head_t *h);
117 void Cache::lru_insert(head_t *h) in lru_insert() function in Cache
151 lru_insert(h); in get_data()
164 if(head[i].len) lru_insert(&head[i]); in swap_index()
165 if(head[j].len) lru_insert(&head[j]); in swap_index()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/libsvm-3.24/
H A Dsvm.cpp91 void lru_insert(head_t *h);
117 void Cache::lru_insert(head_t *h) in lru_insert() function in Cache
151 lru_insert(h); in get_data()
164 if(head[i].len) lru_insert(&head[i]); in swap_index()
165 if(head[j].len) lru_insert(&head[j]); in swap_index()
/dports/biology/vt/vt-0.57721/lib/libsvm/
H A Dsvm.cpp91 void lru_insert(head_t *h);
117 void Cache::lru_insert(head_t *h) in lru_insert() function in Cache
151 lru_insert(h); in get_data()
164 if(head[i].len) lru_insert(&head[i]); in swap_index()
165 if(head[j].len) lru_insert(&head[j]); in swap_index()
/dports/devel/p5-Algorithm-SVM/Algorithm-SVM-0.13/
H A Dlibsvm.cpp84 void lru_insert(head_t *h);
110 void Cache::lru_insert(head_t *h) in lru_insert() function in Cache
144 lru_insert(h); in get_data()
157 if(head[i].len) lru_insert(&head[i]); in swap_index()
158 if(head[j].len) lru_insert(&head[j]); in swap_index()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/ml/src/
H A Dsvm.cpp173 lru_insert(head_t* h);
203 Cache::lru_insert(head_t* h) in lru_insert() function in Cache
241 lru_insert(h); in get_data()
264 lru_insert(&head[i]); in swap_index()
267 lru_insert(&head[j]); in swap_index()
/dports/math/fcl05/fcl-0.5.0/test/libsvm/
H A Dsvm.cpp92 void lru_insert(head_t *h);
118 void Cache::lru_insert(head_t *h) in lru_insert() function in Cache
152 lru_insert(h); in get_data()
165 if(head[i].len) lru_insert(&head[i]); in swap_index()
166 if(head[j].len) lru_insert(&head[j]); in swap_index()

12