Home | History | Annotate | Download | only in src

Lines Matching refs:HPhi

90   if (IsPhi()) HPhi::cast(this)->AddIndirectUsesTo(&use_count[0]);
1786 HSourcePosition HPhi::position() const {
1791 Range* HPhi::InferRange(Zone* zone) {
1975 InductionVariableData* InductionVariableData::ExaminePhi(HPhi* phi) {
2197 int32_t InductionVariableData::ComputeIncrement(HPhi* phi,
2280 HPhi* phi = HPhi::cast(v);
2296 return HPhi::cast(v)->induction_variable_data();
2442 OStream& HPhi::PrintTo(OStream& os) const { // NOLINT
2456 void HPhi::AddInput(HValue* value) {
2466 bool HPhi::HasRealUses() {
2474 HValue* HPhi::GetRedundantReplacement() {
2491 void HPhi::DeleteFromGraph() {
2498 void HPhi::InitRealUses(int phi_id) {
2528 void HPhi::AddNonPhiUsesFrom(HPhi* other) {
2544 void HPhi::AddIndirectUsesTo(int* dest) {
3649 HType HPhi::CalculateInferredType() {
4440 void HPhi::SimplifyConstantInputs() {
4476 void HPhi::InferRepresentation(HInferRepresentationPhase* h_infer) {
4487 Representation HPhi::RepresentationFromInputs() {
4540 void HPhi::Verify() {