P4C
The P4 Compiler
Loading...
Searching...
No Matches
TransactData Struct Reference

#include <optimize_phv.h>

Public Attributes

std::map< PHV::Container, std::set< int > > container_to_tr_ids_i
 
int next_tr_id = 0
 
std::map< int, const cstringtr_id_to_diff
 
std::map< int, PHV::Transaction * > tr_id_to_tr_i
 
std::unordered_map< PHV::Transaction *, PHV::SuperCluster * > tr_to_sc_i
 
std::unordered_map< PHV::Transaction *, int > tr_to_tr_id_i
 

Detailed Description

Copyright (C) 2024 Intel Corporation

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

SPDX-License-Identifier: Apache-2.0

Member Data Documentation

◆ container_to_tr_ids_i

std::map<PHV::Container, std::set<int> > TransactData::container_to_tr_ids_i

◆ next_tr_id

int TransactData::next_tr_id = 0

◆ tr_id_to_diff

std::map<int, const cstring> TransactData::tr_id_to_diff

◆ tr_id_to_tr_i

std::map<int, PHV::Transaction *> TransactData::tr_id_to_tr_i

◆ tr_to_sc_i

std::unordered_map<PHV::Transaction *, PHV::SuperCluster *> TransactData::tr_to_sc_i

◆ tr_to_tr_id_i

std::unordered_map<PHV::Transaction *, int> TransactData::tr_to_tr_id_i