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

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

Completed in 244 milliseconds