Searched defs:para_to_ref (Results 1 – 1 of 1) sorted by relevance
205 … const std::shared_ptr<ParaMap> ¶_to_ref, const std::shared_ptr<ConstMap> &const_to_ref) { in CheckCurNode()259 … const std::shared_ptr<ParaMap> ¶_to_ref, const std::shared_ptr<ConstMap> &const_to_ref, in DfsMatchGraph()320 …st PatternTree::MatchGraph(const inner::NodePtr &root, const std::shared_ptr<ParaMap> ¶_to_ref, in MatchGraph()334 inner::NodePtr PatternTree::AlterGraph(const std::shared_ptr<ParaMap> ¶_to_ref, in AlterGraph()1052 auto para_to_ref = std::make_shared<ParaMap>(); // A(B,C ...)->Node* mapping in DoArithmeticTrans() local