Searched defs:HPhi (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h3049 class HPhi;
3153 static InductionVariableData* ExaminePhi(HPhi* phi);
3181 HPhi* phi() { return phi_; }
3222 InductionVariableData(HPhi* phi, HValue* base, int32_t increment)
3232 static int32_t ComputeIncrement(HPhi* phi, HValue* phi_operand);
3237 HPhi* phi_;
3253 class HPhi FINAL : public HValue {
3255 HPhi(int merged_index, Zone* zone) function in class:v8::FINAL::FINAL
3318 void AddNonPhiUsesFrom(HPhi* other);
3347 static HPhi* cas
[all...]

Completed in 126 milliseconds