Home | History | Annotate | Download | only in src

Lines Matching refs:HPhi

85   if (IsPhi()) HPhi::cast(this)->AddIndirectUsesTo(&use_count[0]);
1816 HSourcePosition HPhi::position() const {
1821 Range* HPhi::InferRange(Zone* zone) {
2002 InductionVariableData* InductionVariableData::ExaminePhi(HPhi* phi) {
2224 int32_t InductionVariableData::ComputeIncrement(HPhi* phi,
2307 HPhi* phi = HPhi::cast(v);
2323 return HPhi::cast(v)->induction_variable_data();
2469 void HPhi::PrintTo(StringStream* stream) {
2488 void HPhi::AddInput(HValue* value) {
2498 bool HPhi::HasRealUses() {
2506 HValue* HPhi::GetRedundantReplacement() {
2523 void HPhi::DeleteFromGraph() {
2530 void HPhi::InitRealUses(int phi_id) {
2560 void HPhi::AddNonPhiUsesFrom(HPhi* other) {
2576 void HPhi::AddIndirectUsesTo(int* dest) {
3712 HType HPhi::CalculateInferredType() {
4488 void HPhi::SimplifyConstantInputs() {
4524 void HPhi::InferRepresentation(HInferRepresentationPhase* h_infer) {
4535 Representation HPhi::RepresentationFromInputs() {
4588 void HPhi::Verify() {