Searched refs:should_compile (Results 1 – 2 of 2) sorted by relevance
1023 bool* should_compile, string* device) { in ShouldCompileClusterImpl() argument1041 *should_compile = in ShouldCompileClusterImpl()1049 VLOG(3) << (*should_compile ? "Compiling" : "Not compiling") in ShouldCompileClusterImpl()1059 bool* should_compile, string* device) { in ShouldCompileCluster() argument1062 *should_compile = it->second.first; in ShouldCompileCluster()1069 should_compile, &device_s)); in ShouldCompileCluster()1070 cache->insert({cluster.representative, {*should_compile, device_s}}); in ShouldCompileCluster()1305 bool should_compile; in RunImpl() local1309 &should_compile, &device)); in RunImpl()1310 if (!should_compile) { in RunImpl()
296 const bool should_compile = [&] { in CompileImpl() local324 if (!should_compile) { in CompileImpl()