Searched defs:bbGatesList (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | verifier.cpp | 112 bool Verifier::RunStateGatesCheck(const Circuit *circuit, const std::vector<GateRef> &bbGatesList, in RunStateGatesCheck() argument 121 bool Verifier::RunCFGSoundnessCheck(const Circuit *circuit, const std::vector<GateRef> &bbGatesList, in RunCFGSoundnessCheck() argument 191 bool Verifier::RunCFGReducibilityCheck(const Circuit *circuit, const std::vector<GateRef> &bbGatesList, in RunCFGReducibilityCheck() argument 420 void Verifier::FindFixedGates(const Circuit *circuit, const std::vector<GateRef> &bbGatesList, in FindFixedGates() argument 265 RunFlowCyclesFind(const Circuit *circuit, std::vector<GateRef> *schedulableGatesListPtr, const std::vector<GateRef> &bbGatesList, const std::vector<GateRef> &fixedGatesList) RunFlowCyclesFind() argument 487 std::vector<GateRef> bbGatesList; Run() local [all...] |
H A D | scheduler.cpp | 44 CalculateDominatorTree(const Circuit *circuit, std::vector<GateRef>& bbGatesList, std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, std::vector<size_t> &immDom) CalculateDominatorTree() argument 134 std::vector<GateRef> bbGatesList; Run() local 467 std::vector<GateRef> bbGatesList; Print() local [all...] |
Completed in 2 milliseconds