Lines Matching refs:HPhi
111 if (IsPhi()) HPhi::cast(this)->AddIndirectUsesTo(&use_count[0]);
1670 int HPhi::position() const {
1675 Range* HPhi::InferRange(Zone* zone) {
1821 InductionVariableData* InductionVariableData::ExaminePhi(HPhi* phi) {
2043 int32_t InductionVariableData::ComputeIncrement(HPhi* phi,
2126 HPhi* phi = HPhi::cast(v);
2142 return HPhi::cast(v)->induction_variable_data();
2282 void HPhi::PrintTo(StringStream* stream) {
2302 void HPhi::AddInput(HValue* value) {
2312 bool HPhi::HasRealUses() {
2320 HValue* HPhi::GetRedundantReplacement() {
2337 void HPhi::DeleteFromGraph() {
2344 void HPhi::InitRealUses(int phi_id) {
2374 void HPhi::AddNonPhiUsesFrom(HPhi* other) {
2390 void HPhi::AddIndirectUsesTo(int* dest) {
3375 HType HPhi::CalculateInferredType() {
4112 void HPhi::SimplifyConstantInputs() {
4148 void HPhi::InferRepresentation(HInferRepresentationPhase* h_infer) {
4159 Representation HPhi::RepresentationFromInputs() {
4212 void HPhi::Verify() {