Home
last modified time | relevance | path

Searched defs:predecessor_count (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/torque/
H A Dcfg.cc182 auto predecessor_count = CountBlockPredecessors(cfg_); in OptimizeCfg() local
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-regalloc.cc810 int predecessor_count = target->state()->predecessor_count(); in MergeRegisterValues() local
H A Dmaglev-interpreter-frame-state.h358 int predecessor_count() const { return predecessor_count_; } in predecessor_count() function in v8::internal::maglev::MergePointInterpreterFrameState
247 MergePointInterpreterFrameState( const MaglevCompilationUnit& info, const InterpreterFrameState& state, int merge_offset, int predecessor_count, BasicBlock* predecessor, const compiler::BytecodeLivenessState* liveness) MergePointInterpreterFrameState() argument
258 MergePointInterpreterFrameState( const MaglevCompilationUnit& info, int merge_offset, int predecessor_count, const compiler::BytecodeLivenessState* liveness, const compiler::LoopInfo* loop_info) MergePointInterpreterFrameState() argument
/third_party/node/deps/v8/src/compiler/
H A Dschedule.cc362 int predecessor_count = static_cast<int>(block->PredecessorCount()); in EliminateRedundantPhiNodes() local
H A Dload-elimination.cc1155 int predecessor_count = phi->InputCount() - 1; in UpdateStateForPhi() local
H A Draw-machine-assembler.cc273 int predecessor_count = static_cast<int>(block->PredecessorCount()); in MakeReschedulable() local

Completed in 17 milliseconds