Home
last modified time | relevance | path

Searched refs:ResolvePhis (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/crankshaft/
Dlithium-allocator.h383 void ResolvePhis();
403 void ResolvePhis(HBasicBlock* block);
Dlithium-allocator.cc1016 void LAllocator::ResolvePhis(HBasicBlock* block) { in ResolvePhis() function in v8::internal::LAllocator
1080 ResolvePhis(); in Allocate()
1104 void LAllocator::ResolvePhis() { in ResolvePhis() function in v8::internal::LAllocator
1111 ResolvePhis(block); in ResolvePhis()
/external/v8/src/compiler/
Dregister-allocator.h862 void ResolvePhis();
876 void ResolvePhis(const InstructionBlock* block);
Dregister-allocator.cc1701 void ConstraintBuilder::ResolvePhis() { in ResolvePhis() function in v8::internal::compiler::ConstraintBuilder
1704 ResolvePhis(block); in ResolvePhis()
1709 void ConstraintBuilder::ResolvePhis(const InstructionBlock* block) { in ResolvePhis() function in v8::internal::compiler::ConstraintBuilder
Dpipeline.cc840 builder.ResolvePhis(); in Run()