Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dscheduler.cc724 if (HasLoopNumber(block)) { in GetOutgoingBlocks()
783 static bool HasLoopNumber(BasicBlock* block) { in HasLoopNumber() function in v8::internal::compiler::SpecialRPONumberer
829 if (!HasLoopNumber(succ)) { in ComputeAndInsertSpecialRPO()
854 HasLoopNumber(entry) ? &loops_[GetLoopNumber(entry)] : nullptr; in ComputeAndInsertSpecialRPO()
870 } else if (HasLoopNumber(block)) { in ComputeAndInsertSpecialRPO()
909 if (HasLoopNumber(succ)) { in ComputeAndInsertSpecialRPO()
920 if (HasLoopNumber(block)) { in ComputeAndInsertSpecialRPO()
968 if (HasLoopNumber(current)) { in ComputeAndInsertSpecialRPO()