Searched refs:HGlobalValueNumberingPhase (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-gvn.h40 class HGlobalValueNumberingPhase : public HPhase { class in namespace:v8::internal
42 explicit HGlobalValueNumberingPhase(HGraph* graph);
83 DISALLOW_COPY_AND_ASSIGN(HGlobalValueNumberingPhase);
H A Dhydrogen-gvn.cc366 HGlobalValueNumberingPhase::HGlobalValueNumberingPhase(HGraph* graph) function in class:v8::internal::BASE_EMBEDDED::HGlobalValueNumberingPhase
379 void HGlobalValueNumberingPhase::Analyze() {
389 void HGlobalValueNumberingPhase::ComputeBlockSideEffects() {
514 void HGlobalValueNumberingPhase::LoopInvariantCodeMotion() {
538 void HGlobalValueNumberingPhase::ProcessLoopBlock(
603 bool HGlobalValueNumberingPhase::AllowCodeMotion() {
608 bool HGlobalValueNumberingPhase::ShouldMove(HInstruction* instr,
617 HGlobalValueNumberingPhase::CollectSideEffectsOnPathsToDominatedBlock(
755 void HGlobalValueNumberingPhase
[all...]
H A Dhydrogen.cc2958 if (FLAG_use_gvn) Run<HGlobalValueNumberingPhase>();

Completed in 134 milliseconds