Home
last modified time | relevance | path

Searched refs:LiveRangeFinder (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dspill-placer.h15 class LiveRangeFinder;
78 SpillPlacer(LiveRangeFinder* finder, TopTierRegisterAllocationData* data,
146 LiveRangeFinder* finder_;
H A Dregister-allocator.h1159 class LiveRangeFinder { class in v8::internal::compiler::RegisterAllocationFlag::LiveRange
1161 explicit LiveRangeFinder(const TopTierRegisterAllocationData* data,
1163 LiveRangeFinder(const LiveRangeFinder&) = delete;
1164 LiveRangeFinder& operator=(const LiveRangeFinder&) = delete;
H A Dspill-placer.cc14 SpillPlacer::SpillPlacer(LiveRangeFinder* finder, in SpillPlacer()
H A Dregister-allocator.cc123 LiveRangeFinder::LiveRangeFinder(const TopTierRegisterAllocationData* data, in LiveRangeFinder() function in v8::internal::compiler::LiveRangeFinder
134 LiveRangeBoundArray* LiveRangeFinder::ArrayFor(int operand_index) { in ArrayFor()
4879 LiveRangeFinder finder(data(), local_zone); in ResolveControlFlow()
4958 // spill ranges also, because they need to use the LiveRangeFinder. in ResolveControlFlow()

Completed in 13 milliseconds