Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dscheduler.cc657 if (HasLoopNumber(block)) { in GetOutgoingBlocks()
716 static bool HasLoopNumber(BasicBlock* block) { in HasLoopNumber() function in v8::internal::compiler::SpecialRPONumberer
763 if (!HasLoopNumber(succ)) { in ComputeAndInsertSpecialRPO()
788 HasLoopNumber(entry) ? &loops_[GetLoopNumber(entry)] : nullptr; in ComputeAndInsertSpecialRPO()
804 } else if (HasLoopNumber(block)) { in ComputeAndInsertSpecialRPO()
843 if (HasLoopNumber(succ)) { in ComputeAndInsertSpecialRPO()
854 if (HasLoopNumber(block)) { in ComputeAndInsertSpecialRPO()
902 if (HasLoopNumber(current)) { in ComputeAndInsertSpecialRPO()