Home
last modified time | relevance | path

Searched refs:phi_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dloop-variable-optimizer.h22 Node* phi() const { return phi_; } in phi()
47 : phi_(phi), in InductionVariable()
59 Node* phi_; variable
Dregister-allocator.h724 const PhiInstruction* phi() const { return phi_; } in phi()
739 PhiInstruction* const phi_;
Dregister-allocator.cc1331 : phi_(phi), in PhiMapValue()