Searched refs:GetInlineDepthLimit (Results 1 – 2 of 2) sorted by relevance
43 if ((compiler_options.GetInlineDepthLimit() == 0) in Run()227 if (depth_ + 1 < compiler_driver_->GetCompilerOptions().GetInlineDepthLimit()) { in TryBuildAndInline()
148 size_t GetInlineDepthLimit() const { in GetInlineDepthLimit() function