Searched refs:operand_at (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Optimizer.cpp234 assert(sux_phi->as_Phi()->operand_at(0) == result, "screwed up phi");
1111 Value input = x->operand_at(i);
H A Dc1_Instruction.cpp959 Value Phi::operand_at(int i) const { function in class:Phi
H A Dc1_InstructionPrinter.cpp296 Value opd = phi->operand_at(j);
H A Dc1_LIRGenerator.cpp729 ciType* t = phi->operand_at(0)->declared_type();
734 if (t != phi->operand_at(i)->declared_type()) {
H A Dc1_Instruction.hpp603 Value operand_at(int i) const;
H A Dc1_GraphBuilder.cpp2362 Value opd = phi->operand_at(i);
H A Dc1_LinearScan.cpp1909 Value from_value = phi->operand_at(handler->phi_operand());

Completed in 87 milliseconds