Lines Matching defs:fixedGatesList
220 bool Verifier::RunFixedGatesCheck(const Circuit *circuit, const std::vector<GateRef> &fixedGatesList)
222 for (const auto &fixedGate : fixedGatesList) {
228 bool Verifier::RunFixedGatesRelationsCheck(const Circuit *circuit, const std::vector<GateRef> &fixedGatesList,
233 for (const auto &fixedGate : fixedGatesList) {
266 const std::vector<GateRef> &bbGatesList, const std::vector<GateRef> &fixedGatesList)
283 for (const auto &gate : fixedGatesList) {
421 std::vector<GateRef> &fixedGatesList)
427 fixedGatesList.push_back(succGate);
578 std::vector<GateRef> fixedGatesList;
579 FindFixedGates(circuit, bbGatesList, fixedGatesList);
580 if (!RunFixedGatesCheck(circuit, fixedGatesList)) {
586 if (!RunFixedGatesRelationsCheck(circuit, fixedGatesList, bbGatesAddrToIdx, isAncestor)) {
593 if (!RunFlowCyclesFind(circuit, &schedulableGatesList, bbGatesList, fixedGatesList)) {
599 if (!RunSchedulableGatesCheck(circuit, fixedGatesList)) {
605 if (!RunPrologGatesCheck(circuit, fixedGatesList)) {