Searched refs:PGOTypeLogList (Results 1 – 3 of 3) sorted by relevance
201 class PGOTypeLogList {203 explicit PGOTypeLogList(Circuit *circuit) : acc_(circuit) {} in PGOTypeLogList() function204 ~PGOTypeLogList() = default;
247 void PGOTypeLogList::CollectGateTypeLogInfo(GateRef gate, bool isBinOp) in CollectGateTypeLogInfo()304 void PGOTypeLogList::PrintPGOTypeLog() in PrintPGOTypeLog()
197 PGOTypeLogList pgoTypeLog_;