Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.h500 HPhi* LookupPhi(LOperand* operand) const;
Dlithium-allocator.cc669 HPhi* LAllocator::LookupPhi(LOperand* operand) const { in LookupPhi() function in v8::internal::LAllocator
904 HPhi* phi = LookupPhi(to); in ProcessInstructions()