Searched refs:IsLoopHeader (Results 1 – 17 of 17) sorted by relevance
561 bool BytecodeAnalysis::IsLoopHeader(int offset) const { in IsLoopHeader() function in v8::internal::compiler::BytecodeAnalysis599 DCHECK(IsLoopHeader(header_offset)); in GetLoopInfoFor()771 if (!IsLoopHeader(target.target_offset())) { in ResumeJumpTargetLeavesResolveSuspendIds()915 } else if (IsLoopHeader(current_offset)) { in LivenessIsValid()
109 bool IsLoopHeader(int offset) const;
361 CHECK(block->IsLoopHeader()); in CreateForBlock()425 CHECK(origin->IsLoopHeader()); in ValidatePendingAssessment()
152 inline bool IsLoopHeader() const { return loop_end_ != nullptr; } in NON_EXPORTED_BASE()
670 if (!block->IsLoopHeader()) return RpoNumber::Invalid(); in GetLoopEndRpo()706 if (block->IsLoopHeader()) { in operator <<()
912 if (entry->IsLoopHeader()) --loop_depth; // Entry might be a loop header. in ComputeAndInsertSpecialRPO()922 DCHECK(current_header->IsLoopHeader()); in ComputeAndInsertSpecialRPO()1546 if (block->IsLoopHeader()) return block->dominator(); in GetHoistBlock()
193 if (block->IsLoopHeader() && !tasm()->jump_optimization_info()) { in AssembleCode()216 if (block->IsLoopHeader()) { in AssembleCode()
1405 DCHECK(IsLoopHeader()); in NON_EXPORTED_BASE()1408 inline bool IsLoopHeader() const { return loop_end_.IsValid(); } in NON_EXPORTED_BASE()
1841 live_range->set_is_non_loop_phi(!block->IsLoopHeader()); in ResolvePhis()2364 DCHECK(block->IsLoopHeader()); in ProcessLoopHeader()2404 if (block->IsLoopHeader()) ProcessLoopHeader(block, live); in BuildLiveRanges()2686 if (block == end_block && !end_block->IsLoopHeader()) return end; in FindOptimalSplitPos()2697 block->IsLoopHeader() ? block : GetContainingLoop(code(), block); in FindOptimalSpillingPos()
907 if (current->IsLoopHeader()) { in PrintScheduledGraph()
71 if (!block->IsLoopHeader()) continue; in SelectInstructions()
3010 if (bytecode_analysis()->IsLoopHeader(current_offset)) { in BuildLoopHeaderEnvironment()
554 bool IsLoopHeader = CurLoop && &MBB == CurLoop->getHeader(); in SplitPHIEdges() local571 if (IsLoopHeader && PreLoop == CurLoop && !SplitAllCriticalEdges) in SplitPHIEdges()
567 bool IsLoopHeader = CurLoop && &MBB == CurLoop->getHeader(); in SplitPHIEdges() local584 if (IsLoopHeader && PreLoop == CurLoop && !SplitAllCriticalEdges) in SplitPHIEdges()
1639 bool IsLoopHeader = MLI->isLoopHeader(&MBB); in runOnMachineFunction() local1655 if (IsLoopHeader && MI->isPHI()) { in runOnMachineFunction()
180 bool IsLoopHeader() const { return GetLoopMergeInst() != nullptr; } in IsLoopHeader() function