Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dscheduler.cc687 if (HasLoopNumber(block)) { in GetOutgoingBlocks()
746 static bool HasLoopNumber(BasicBlock* block) { in HasLoopNumber() function in v8::internal::compiler::SpecialRPONumberer
793 if (!HasLoopNumber(succ)) { in ComputeAndInsertSpecialRPO()
818 HasLoopNumber(entry) ? &loops_[GetLoopNumber(entry)] : nullptr; in ComputeAndInsertSpecialRPO()
834 } else if (HasLoopNumber(block)) { in ComputeAndInsertSpecialRPO()
873 if (HasLoopNumber(succ)) { in ComputeAndInsertSpecialRPO()
884 if (HasLoopNumber(block)) { in ComputeAndInsertSpecialRPO()
932 if (HasLoopNumber(current)) { in ComputeAndInsertSpecialRPO()