Searched refs:phi_ (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/compiler/ | ||
H A D | loop-variable-optimizer.h | 22 Node* phi() const { return phi_; } in phi() 48 : phi_(phi), in InductionVariable() 60 Node* phi_; member in v8::internal::compiler::InductionVariable |
/third_party/node/deps/v8/src/compiler/backend/ | ||
H A D | register-allocator.h | 223 const PhiInstruction* phi() const { return phi_; } in phi() 238 PhiInstruction* const phi_; member in v8::internal::compiler::RegisterAllocationFlag::final::PhiMapValue |
H A D | register-allocator.cc | 1276 : phi_(phi), in PhiMapValue() |
Completed in 14 milliseconds