HomeSort by relevance Sort by last modified time
    Searched refs:PhiInstruction (Results 1 - 7 of 7) sorted by null

  /external/v8/src/compiler/
register-allocator.h 734 PhiMapValue(PhiInstruction* phi, const InstructionBlock* block, Zone* zone);
736 const PhiInstruction* phi() const { return phi_; }
751 PhiInstruction* const phi_;
838 PhiInstruction* phi);
    [all...]
instruction.cc 602 PhiInstruction::PhiInstruction(Zone* zone, int virtual_register,
610 void PhiInstruction::SetInput(size_t offset, int virtual_register) {
615 void PhiInstruction::RenameInput(size_t offset, int virtual_register) {
704 for (const PhiInstruction* phi : block->phis()) {
    [all...]
register-allocator-verifier.cc 399 const PhiInstruction* phi = nullptr;
400 for (const PhiInstruction* candidate : origin->phis()) {
instruction.h     [all...]
instruction-selector.h 236 void UpdateRenamesInPhi(PhiInstruction* phi);
register-allocator.cc     [all...]
instruction-selector.cc 279 void InstructionSelector::UpdateRenamesInPhi(PhiInstruction* phi) {
    [all...]

Completed in 83 milliseconds