Home
last modified time | relevance | path

Searched refs:IsGraphTerminator (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Ddead-code-elimination.cc197 DCHECK(!IrOpcode::IsGraphTerminator(node->opcode())); in ReduceNode()
Dopcodes.h1062 static bool IsGraphTerminator(Value value) { in IsGraphTerminator() function
Dverifier.cc268 CHECK(IrOpcode::IsGraphTerminator(input->opcode())); in Check()