| 313 | } |
| 314 | |
| 315 | MarkForCompilationPassFlags* GetMarkForCompilationPassFlags() { |
| 316 | std::call_once(flags_init, &AllocateAndParseFlags); |
| 317 | return mark_for_compilation_flags; |
| 318 | } |
| 319 | |
| 320 | MarkForCudaGraphModePassFlags* GetMarkForCudaGraphModePassFlags() { |
| 321 | std::call_once(flags_init, &AllocateAndParseFlags); |
no outgoing calls