Home
last modified time | relevance | path

Searched defs:fixedGatesList (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dverifier.cpp220 …ol Verifier::RunFixedGatesCheck(const Circuit *circuit, const std::vector<GateRef> &fixedGatesList) in RunFixedGatesCheck()
228 …er::RunFixedGatesRelationsCheck(const Circuit *circuit, const std::vector<GateRef> &fixedGatesList, in RunFixedGatesRelationsCheck()
266 const std::vector<GateRef> &bbGatesList, const std::vector<GateRef> &fixedGatesList) in RunFlowCyclesFind()
421 std::vector<GateRef> &fixedGatesList) in FindFixedGates()
578 std::vector<GateRef> fixedGatesList; in Run() local