Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dbranch-elimination.h112 bool TryPullTrapIntoMerge(Node* node); in NON_EXPORTED_BASE()
Dbranch-elimination.cc183 bool BranchElimination::TryPullTrapIntoMerge(Node* node) { in TryPullTrapIntoMerge() function in v8::internal::compiler::BranchElimination
245 TryPullTrapIntoMerge(node)) { in ReduceTrapConditional()