Searched refs:IsDeferred (Results 1 – 18 of 18) sorted by relevance
47 range->spilled() || top_start_block->IsDeferred() || in Add()269 if (!block->IsDeferred()) { in SetSpillRequired()307 if (successor->IsDeferred()) { in FirstBackwardPass()346 if (block->IsDeferred()) continue; in ForwardPass()360 if (predecessor->IsDeferred()) continue; in ForwardPass()412 if (successor->IsDeferred()) { in SecondBackwardPass()435 if (block->IsDeferred()) { in SecondBackwardPass()
106 (!InstructionBlockAt(pred)->IsDeferred() || block->IsDeferred())) { in PropagateIntoBlock()127 if (!successor_block->IsDeferred()) { in PropagateIntoBlock()
689 if (block->IsDeferred()) os << " (deferred)"; in operator <<()762 if (!block->IsDeferred() || block->SuccessorCount() <= 1) continue; in ValidateDeferredBlockExitPaths()764 CHECK(InstructionBlockAt(successor_id)->IsDeferred()); in ValidateDeferredBlockExitPaths()776 if (!block->IsDeferred() || block->PredecessorCount() <= 1) continue; in ValidateDeferredBlockEntryPaths()778 CHECK(InstructionBlockAt(predecessor_id)->IsDeferred()); in ValidateDeferredBlockEntryPaths()809 if (block->IsDeferred()) continue; // skip deferred blocks. in ComputeAssemblyOrder()
1092 const char* deferred_marker = block->IsDeferred() ? "(deferred)" : ""; in PrintBlockRow()1454 ->IsDeferred()) { in RangesDefinedInDeferredStayInDeferred()1463 if (!block->IsDeferred()) return false; in RangesDefinedInDeferredStayInDeferred()2247 block->IsDeferred() in ProcessInstructions()2411 if (!predecessor_block->IsDeferred()) { in ProcessPhis()2981 GetInstructionBlock(code(), range->Start())->IsDeferred()); in Spill()3435 (current_block->IsDeferred() || in ConsiderBlockForControlFlow()3436 !code()->InstructionBlockAt(predecessor)->IsDeferred()); in ConsiderBlockForControlFlow()3572 if (block->IsDeferred()) return true; in BlockIsDeferredOrImmediatePredecessorIsNotDeferred()3577 pred_is_deferred = code()->InstructionBlockAt(pred)->IsDeferred(); in BlockIsDeferredOrImmediatePredecessorIsNotDeferred()[all …]
259 DCHECK(data->GetBlock(block)->IsDeferred()); in AddBlock()367 if (HasSpillOperand() && data->GetBlock(instr_index)->IsDeferred()) { in IsSpilledAt()618 DCHECK(data->GetBlock(instr_index)->IsDeferred()); in AddDeferredSpillUse()626 if (!NeedsSpillAtOutput() && block->IsDeferred() && in TrySpillOnEntryToDeferred()1071 if (has_deferred_block_spills() || !current_block->IsDeferred()) { in Spill()2308 DCHECK(data_->GetBlock(deferred_block)->IsDeferred()); in AllocateDeferredBlockSpillOutput()2781 return blocks.size() == 1 && !data_->GetBlock(blocks[0])->IsDeferred(); in IsDeferredBlockBoundary()2856 if (block->IsDeferred() && !block_state.deferred_blocks_region()) { in InitializeBlockState()2876 bool is_deferred = block->IsDeferred(); in DefineOutputs()3004 if (is_deferred_block_boundary && !block->IsDeferred()) { in AllocateRegisters()[all …]
144 if (!block->IsDeferred()) { in Run()147 if (!code()->InstructionBlockAt(pred_id)->IsDeferred()) { in Run()
270 if (block->IsDeferred()) buffer << " (deferred)"; in AssembleCode()
1278 return block->IsDeferred() ? SpillMode::kSpillDeferred in SpillModeForBlock()
1552 bool IsDeferred() const { return deferred_; } in NON_EXPORTED_BASE()
178 bool IsDeferred() const { in IsDeferred() function699 if (if_true->IsDeferred() != if_false->IsDeferred()) { in Branch()700 hint = if_false->IsDeferred() ? BranchHint::kTrue : BranchHint::kFalse; in Branch()773 label->IsDeferred() ? BranchHint::kFalse : BranchHint::kNone; in GotoIf()781 BranchHint hint = label->IsDeferred() ? BranchHint::kTrue : BranchHint::kNone; in GotoIfNot()
561 if (if_true->IsDeferred() != if_false->IsDeferred()) { in BranchWithCriticalSafetyCheck()562 hint = if_false->IsDeferred() ? BranchHint::kTrue : BranchHint::kFalse; in BranchWithCriticalSafetyCheck()
1293 os << "\"deferred\": " << (block->IsDeferred() ? "true" : "false"); in operator <<()
138 bool IsDeferred() const { return tag_ == Tag::kDeferred; } in IsDeferred() function
174 if (!entry.IsDeferred()) return entry.ToHandle(isolate); in At()
54 bool IsDeferred() const { return is_deferred_; } in IsDeferred() function
38 << (block->IsDeferred() ? "kDeferred" : "kNonDeferred") << ");\n"; in EmitGraph()
1267 inline bool IsDeferred(Statement* stmt) { in IsDeferred() function
1093 IsDeferred(stmt->if_true)); in Visit()1096 stmt->if_false && IsDeferred(*stmt->if_false)); in Visit()1340 IsDeferred(expr->label_block->body)); in Visit()