| 308 | } |
| 309 | |
| 310 | BuildXlaOpsPassFlags* GetBuildXlaOpsPassFlags() { |
| 311 | std::call_once(flags_init, &AllocateAndParseFlags); |
| 312 | return build_ops_flags; |
| 313 | } |
| 314 | |
| 315 | MarkForCompilationPassFlags* GetMarkForCompilationPassFlags() { |
| 316 | std::call_once(flags_init, &AllocateAndParseFlags); |
no outgoing calls
no test coverage detected