Home | History | Annotate | Download | only in src

Lines Matching refs:HGlobalValueNumberingPhase

366 HGlobalValueNumberingPhase::HGlobalValueNumberingPhase(HGraph* graph)
379 void HGlobalValueNumberingPhase::Analyze() {
389 void HGlobalValueNumberingPhase::ComputeBlockSideEffects() {
514 void HGlobalValueNumberingPhase::LoopInvariantCodeMotion() {
538 void HGlobalValueNumberingPhase::ProcessLoopBlock(
604 bool HGlobalValueNumberingPhase::AllowCodeMotion() {
609 bool HGlobalValueNumberingPhase::ShouldMove(HInstruction* instr,
619 HGlobalValueNumberingPhase::CollectSideEffectsOnPathsToDominatedBlock(
757 void HGlobalValueNumberingPhase::AnalyzeGraph() {