Searched defs:IsMerge (Results 1 – 4 of 4) sorted by relevance
36 bool IsMerge(IRContext* context, uint32_t id) { in IsMerge() function48 bool IsMerge(IRContext* context, BasicBlock* block) { in IsMerge() function
35 bool IsMerge(IRContext* context, uint32_t id) { in IsMerge() function48 bool IsMerge(IRContext* context, BasicBlock* block) { in IsMerge() function
39 static bool IsMerge(const AnfNodePtr &node) { return CheckPrimitiveType(node, prim::kPrimMerge); } in IsMerge() function