Home
last modified time | relevance | path

Searched refs:IsIfProjectionOpcode (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dloop-peeling.cc171 if (IrOpcode::IsIfProjectionOpcode(use->opcode())) { in FindLoopExits()
Dopcodes.h387 static bool IsIfProjectionOpcode(Value value) { in IsIfProjectionOpcode() function