Searched refs:ResolvePhis (Results 1 - 5 of 5) sorted by relevance
/external/v8/src/crankshaft/ | ||
H A D | lithium-allocator.h | 383 void ResolvePhis(); 403 void ResolvePhis(HBasicBlock* block); |
H A D | lithium-allocator.cc | 1016 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 D | register-allocator.h | 862 void ResolvePhis(); 876 void ResolvePhis(const InstructionBlock* block); |
H A D | pipeline.cc | 840 builder.ResolvePhis(); |
H A D | register-allocator.cc | 1701 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