OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HGlobalValueNumberingPhase
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/v8/src/
hydrogen-gvn.h
40
class
HGlobalValueNumberingPhase
: public HPhase {
42
explicit
HGlobalValueNumberingPhase
(HGraph* graph);
83
DISALLOW_COPY_AND_ASSIGN(
HGlobalValueNumberingPhase
);
hydrogen-gvn.cc
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()
[
all
...]
hydrogen.cc
[
all
...]
Completed in 500 milliseconds