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/
Dspill-placer.h15 class LiveRangeFinder; variable
78 SpillPlacer(LiveRangeFinder* finder, TopTierRegisterAllocationData* data,
146 LiveRangeFinder* finder_;
Dregister-allocator.h1159 class LiveRangeFinder {
1161 explicit LiveRangeFinder(const TopTierRegisterAllocationData* data,
1163 LiveRangeFinder(const LiveRangeFinder&) = delete;
1164 LiveRangeFinder& operator=(const LiveRangeFinder&) = delete;
Dspill-placer.cc14 SpillPlacer::SpillPlacer(LiveRangeFinder* finder, in SpillPlacer()
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()