Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dwasm-loop-peeling.cc42 if (IrOpcode::IsGraphTerminator(node->opcode()) && in PeelWasmLoop()
Dwasm-inlining.cc295 DCHECK(IrOpcode::IsGraphTerminator(input->opcode())); in InlineTailCall()
370 DCHECK(IrOpcode::IsGraphTerminator(input->opcode())); in InlineCall()
Dloop-unrolling.cc46 if (IrOpcode::IsGraphTerminator(node->opcode()) && in UnrollLoop()
Ddead-code-elimination.cc196 DCHECK(!IrOpcode::IsGraphTerminator(node->opcode())); in ReduceNode()
Dopcodes.h1084 static bool IsGraphTerminator(Value value) { in IsGraphTerminator() function
Dverifier.cc285 CHECK(IrOpcode::IsGraphTerminator(input->opcode())); in Check()