Searched refs:gateList (Results 1 – 16 of 16) sorted by relevance
151 std::vector<GateRef> gateList; in PrintAllGates() local152 GetAllGates(gateList); in PrintAllGates()153 for (const auto &gate : gateList) { in PrintAllGates()160 std::vector<GateRef> gateList; in PrintAllGatesWithBytecode() local161 GetAllGates(gateList); in PrintAllGatesWithBytecode()162 for (const auto &gate : gateList) { in PrintAllGatesWithBytecode()174 void Circuit::GetAllGates(std::vector<GateRef>& gateList) const in GetAllGates()176 gateList.clear(); in GetAllGates()181 gateList.push_back(GetGateRef(gatePtr)); in GetAllGates()217 std::vector<GateRef> gateList; in ResetAllGateTimeStamps() local[all …]
120 std::vector<GateRef> gateList; in EliminatePhi() local121 acc_.GetAllGates(gateList); in EliminatePhi()124 for (auto gate : gateList) { in EliminatePhi()
177 std::vector<GateRef> gateList; in LoopExitElimination() local178 acc_.GetAllGates(gateList); in LoopExitElimination()181 for (auto gate : gateList) { in LoopExitElimination()
23 std::vector<GateRef> gateList; in RunNTypeMCRLowering() local24 circuit_->GetAllGates(gateList); in RunNTypeMCRLowering()26 for (const auto &gate : gateList) { in RunNTypeMCRLowering()
291 std::vector<GateRef> gateList; in PrintRangeInfo() local292 acc_.GetAllGates(gateList); in PrintRangeInfo()294 for (auto gate : gateList) { in PrintRangeInfo()
23 std::vector<GateRef> gateList; in RunNTypeHCRLowering() local24 circuit_->GetAllGates(gateList); in RunNTypeHCRLowering()25 for (const auto &gate : gateList) { in RunNTypeHCRLowering()
32 std::vector<GateRef> gateList; in Run() local33 acc_.GetAllGates(gateList); in Run()34 for (auto gate : gateList) { in Run()
556 std::vector<GateRef> gateList; in UpdateWorkList() local557 circuit_->GetAllGates(gateList); in UpdateWorkList()558 for (const auto &gate : gateList) { in UpdateWorkList()
773 std::vector<GateRef> gateList; in Verify() local774 linearizer_->circuit_->GetAllGates(gateList); in Verify()775 for (const auto &gate : gateList) { in Verify()
24 std::vector<GateRef> gateList; in Run() local25 circuit_->GetAllGates(gateList); in Run()26 for (const auto &gate : gateList) { in Run()
28 std::vector<GateRef> gateList; in RunTypeMCRLowering() local29 circuit_->GetAllGates(gateList); in RunTypeMCRLowering()30 for (const auto &gate : gateList) { in RunTypeMCRLowering()
27 std::vector<GateRef> gateList; in RunTSHCRLowering() local28 circuit_->GetAllGates(gateList); in RunTSHCRLowering()29 for (const auto &gate : gateList) { in RunTSHCRLowering()
42 std::vector<GateRef> gateList; in CallRuntimeLowering() local43 circuit_->GetAllGates(gateList); in CallRuntimeLowering()45 for (const auto &gate : gateList) { in CallRuntimeLowering()
27 std::vector<GateRef> gateList; in Run() local28 circuit_->GetAllGates(gateList); in Run()29 for (const auto &gate : gateList) { in Run()
23 std::vector<GateRef> gateList; in Run() local24 circuit_->GetAllGates(gateList); in Run()25 for (const auto &gate : gateList) { in Run()
39 std::vector<GateRef> gateList; in MethodTypeInfer() local40 circuit_->GetAllGates(gateList); in MethodTypeInfer()41 for (auto gate : gateList) { in MethodTypeInfer()1298 std::vector<GateRef> gateList; in PrintByteCodesWithTypes() local1299 circuit_->GetAllGates(gateList); in PrintByteCodesWithTypes()1370 std::vector<GateRef> gateList; in Verify() local1371 circuit_->GetAllGates(gateList); in Verify()1372 for (const auto &gate : gateList) { in Verify()