Searched refs:IsGraphTerminator (Results 1 – 6 of 6) sorted by relevance
42 if (IrOpcode::IsGraphTerminator(node->opcode()) && in PeelWasmLoop()
295 DCHECK(IrOpcode::IsGraphTerminator(input->opcode())); in InlineTailCall()370 DCHECK(IrOpcode::IsGraphTerminator(input->opcode())); in InlineCall()
46 if (IrOpcode::IsGraphTerminator(node->opcode()) && in UnrollLoop()
196 DCHECK(!IrOpcode::IsGraphTerminator(node->opcode())); in ReduceNode()
1084 static bool IsGraphTerminator(Value value) { in IsGraphTerminator() function
285 CHECK(IrOpcode::IsGraphTerminator(input->opcode())); in Check()