Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dscheduler.cc649 if (HasLoopNumber(block)) { in GetOutgoingBlocks()
708 static bool HasLoopNumber(BasicBlock* block) { in HasLoopNumber() function in v8::internal::compiler::SpecialRPONumberer
755 if (!HasLoopNumber(succ)) { in ComputeAndInsertSpecialRPO()
780 HasLoopNumber(entry) ? &loops_[GetLoopNumber(entry)] : nullptr; in ComputeAndInsertSpecialRPO()
796 } else if (HasLoopNumber(block)) { in ComputeAndInsertSpecialRPO()
835 if (HasLoopNumber(succ)) { in ComputeAndInsertSpecialRPO()
846 if (HasLoopNumber(block)) { in ComputeAndInsertSpecialRPO()
894 if (HasLoopNumber(current)) { in ComputeAndInsertSpecialRPO()