Home
last modified time | relevance | path

Searched refs:unrolling_count_heuristic (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dloop-unrolling.h26 V8_INLINE uint32_t unrolling_count_heuristic(uint32_t size, uint32_t depth) { in unrolling_count_heuristic() function
Dloop-unrolling.cc27 unrolling_count_heuristic(static_cast<uint32_t>(loop->size()), depth); in UnrollLoop()