Searched refs:IsBeforeAllRegions (Results 1 – 3 of 3) sorted by relevance
34 if (stage.IsBeforeAllRegions()) return "before all regions"; in get_stage_description()68 if (interrupt_before_all.getValue() && stage.IsBeforeAllRegions()) in runOnFunction()
176 if (!stage.IsBeforeAllRegions()) return WalkResult::advance(); in ComputeResourceDevicesInComputation()
61 bool IsBeforeAllRegions() const { return next_region_ == 0; } in IsBeforeAllRegions() function