Searched refs:code_grow_threshold_ (Results 1 – 6 of 6) sorted by relevance
254 code_grow_threshold_ = code_grow_threshold; in SetLoopPeelingThreshold()258 static size_t GetLoopPeelingThreshold() { return code_grow_threshold_; } in GetLoopPeelingThreshold()329 static size_t code_grow_threshold_; variable
32 size_t LoopPeelingPass::code_grow_threshold_ = 1000; member in spvtools::opt::LoopPeelingPass737 if (factor * loop_size->roi_size_ > code_grow_threshold_) { in ProcessLoop()
46 size_t LoopPeelingPass::code_grow_threshold_ = 1000; member in spvtools::opt::LoopPeelingPass738 if (factor * loop_size->roi_size_ > code_grow_threshold_) { in ProcessLoop()
47 size_t LoopPeelingPass::code_grow_threshold_ = 1000; member in spvtools::opt::LoopPeelingPass739 if (factor * loop_size->roi_size_ > code_grow_threshold_) { in ProcessLoop()