Home
last modified time | relevance | path

Searched refs:code_grow_threshold (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_peeling.h251 // |code_grow_threshold|, the loop will not be peeled. The code size is
253 static void SetLoopPeelingThreshold(size_t code_grow_threshold) { in SetLoopPeelingThreshold() argument
254 code_grow_threshold_ = code_grow_threshold; in SetLoopPeelingThreshold()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_peeling.h251 // |code_grow_threshold|, the loop will not be peeled. The code size is
253 static void SetLoopPeelingThreshold(size_t code_grow_threshold) { in SetLoopPeelingThreshold() argument
254 code_grow_threshold_ = code_grow_threshold; in SetLoopPeelingThreshold()
/third_party/spirv-tools/source/opt/
H A Dloop_peeling.h251 // |code_grow_threshold|, the loop will not be peeled. The code size is
253 static void SetLoopPeelingThreshold(size_t code_grow_threshold) { in SetLoopPeelingThreshold() argument
254 code_grow_threshold_ = code_grow_threshold; in SetLoopPeelingThreshold()

Completed in 2 milliseconds