Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dscheduler.cc32 schedule_(schedule), in Scheduler()
70 SchedulerData def = {schedule_->start(), 0, kUnknown}; in DefaultSchedulerData()
144 BasicBlock* block = schedule_->block(control); in UpdatePlacement()
145 schedule_->AddNode(block, node); in UpdatePlacement()
246 schedule_(scheduler->schedule_), in CFGBuilder()
284 component_end_ = schedule_->block(exit); in Run()
316 schedule_->AddNode(block, node); in FixNode()
333 FixNode(schedule_->end(), node); in BuildBlocks()
336 FixNode(schedule_->start(), node); in BuildBlocks()
415 BasicBlock* block = schedule_->block(node); in BuildBlockForNode()
[all …]
Draw-machine-assembler.cc23 schedule_(new (zone()) Schedule(zone())), in RawMachineAssembler()
62 DCHECK(schedule_->rpo_order()->empty()); in Export()
65 StdoutStream{} << *schedule_; in Export()
67 schedule_->EnsureCFGWellFormedness(); in Export()
68 Scheduler::ComputeSpecialRPO(zone(), schedule_); in Export()
69 schedule_->PropagateDeferredMark(); in Export()
72 StdoutStream{} << *schedule_; in Export()
75 Schedule* schedule = schedule_; in Export()
76 schedule_ = nullptr; in Export()
110 DCHECK_NOT_NULL(schedule_); in Continuations()
[all …]
Dgraph-visualizer.h127 : schedule_(schedule), in schedule_() function
131 const Schedule* schedule_; member
Dmachine-graph-verifier.cc26 : schedule_(schedule), in MachineRepresentationInferrer()
86 auto blocks = schedule_->all_blocks(); in Run()
292 Schedule const* const schedule_; member in v8::internal::compiler::__anon893ab0600111::MachineRepresentationInferrer
304 : schedule_(schedule), in MachineRepresentationChecker()
311 BasicBlockVector const* blocks = schedule_->all_blocks(); in Run()
861 Schedule const* const schedule_; member in v8::internal::compiler::__anon893ab0600111::MachineRepresentationChecker
Dscheduler.h71 Schedule* schedule_; variable
Deffect-control-linearizer.h208 Schedule* schedule() const { return schedule_; } in schedule()
217 Schedule* schedule_; variable
Dpipeline.cc192 schedule_(schedule), in PipelineData()
271 Schedule* schedule() const { return schedule_; } in schedule()
273 DCHECK(!schedule_); in set_schedule()
274 schedule_ = schedule; in set_schedule()
276 void reset_schedule() { schedule_ = nullptr; } in reset_schedule()
326 schedule_ = nullptr; in DeleteGraphZone()
450 Schedule* schedule_ = nullptr; member in v8::internal::compiler::PipelineData
Dinstruction-selector.h712 Schedule* schedule() const { return schedule_; } in schedule()
745 Schedule* const schedule_; variable
Draw-machine-assembler.h931 Schedule* schedule() { return schedule_; } in schedule()
936 Schedule* schedule_; variable
Dgraph-visualizer.cc801 .PrintSchedule(ac.phase_, ac.schedule_, ac.positions_, ac.instructions_); in operator <<()
Dinstruction-selector.cc38 schedule_(schedule), in InstructionSelector()
Deffect-control-linearizer.cc28 schedule_(schedule), in EffectControlLinearizer()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module.h265 void clear_schedule() { schedule_.reset(); } in clear_schedule()
268 bool has_schedule() const { return schedule_.has_value(); } in has_schedule()
271 const HloSchedule& schedule() const { return *schedule_; } in schedule()
272 HloSchedule& schedule() { return *schedule_; } in schedule()
317 absl::optional<HloSchedule> schedule_; variable
Dhlo_ordering.cc350 : HloOrdering(schedule.module()), schedule_(schedule) { in SequentialHloOrdering()
355 : HloOrdering(schedule.module()), schedule_(std::move(schedule)) { in SequentialHloOrdering()
361 TF_DCHECK_OK(schedule_.Verify()); in Initialize()
362 for (const auto& computation_sequence : schedule_.sequences()) { in Initialize()
382 return schedule_.is_computation_scheduled(&computation) in SequentialOrder()
383 ? &schedule_.sequence(&computation) in SequentialOrder()
388 return absl::StrCat("SequentialHloOrdering\n", schedule_.ToString()); in ToString()
Dhlo_ordering.h200 const HloSchedule schedule_; variable
Dheap_simulator.cc295 if (schedule_ != nullptr) { in RunComputation()
302 schedule_->sequence(called_computation); in RunComputation()
359 schedule_(schedule), in HeapSimulator()
361 debug_trace_.set_whole_module_simulation(schedule_ != nullptr); in HeapSimulator()
Dheap_simulator.h174 const HloSchedule* schedule_; variable
Dhlo_module.cc47 schedule_ = std::move(schedule); in set_schedule()
/external/v8/src/
Dbasic-block-profiler.cc50 InsertIntoString(os, &schedule_); in SetSchedule()
115 if (!d.schedule_.empty()) { in operator <<()
118 os << d.schedule_.c_str() << std::endl; in operator <<()
Dbasic-block-profiler.h47 std::string schedule_; variable