Home
last modified time | relevance | path

Searched refs:CheckConflict (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h1474 bool CheckConflict(MachineRepresentation rep, int reg,
Dregister-allocator.cc3322 bool LinearScanAllocator::CheckConflict(MachineRepresentation rep, int reg, in CheckConflict() function in v8::internal::compiler::LinearScanAllocator
3402 conflict = check_aliasing ? CheckConflict(rep, reg, to_be_live) in ComputeStateFromManyPredecessors()