HomeSort by relevance Sort by last modified time
    Searched refs:HGlobalValueNumberingPhase (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/src/
hydrogen-gvn.h 99 class HGlobalValueNumberingPhase V8_FINAL : public HPhase {
101 explicit HGlobalValueNumberingPhase(HGraph* graph);
131 DISALLOW_COPY_AND_ASSIGN(HGlobalValueNumberingPhase);
hydrogen-gvn.cc 491 HGlobalValueNumberingPhase::HGlobalValueNumberingPhase(HGraph* graph)
505 void HGlobalValueNumberingPhase::Run() {
533 void HGlobalValueNumberingPhase::ComputeBlockSideEffects() {
566 void HGlobalValueNumberingPhase::LoopInvariantCodeMotion() {
591 void HGlobalValueNumberingPhase::ProcessLoopBlock(
652 bool HGlobalValueNumberingPhase::AllowCodeMotion() {
657 bool HGlobalValueNumberingPhase::ShouldMove(HInstruction* instr,
667 HGlobalValueNumberingPhase::CollectSideEffectsOnPathsToDominatedBlock(
805 void HGlobalValueNumberingPhase::AnalyzeGraph()
    [all...]
hydrogen.cc     [all...]

Completed in 204 milliseconds