| 217 | } |
| 218 | |
| 219 | Maybe<ParallelDesc> InstructionsBuilder::GetParallelDescSymbol(const ParallelConf& parallel_conf) { |
| 220 | return Singleton<symbol::Storage<ParallelDesc>>::Get()->FindOrCreate(parallel_conf, &NewSymbolId); |
| 221 | } |
| 222 | |
| 223 | Maybe<Scope> InstructionsBuilder::GetScopeSymbol(const ScopeProto& scope_proto) { |
| 224 | return Singleton<symbol::Storage<Scope>>::Get()->FindOrCreate(scope_proto, &NewSymbolId); |
no test coverage detected