|
V8 Project
|
#include <hydrogen-alias-analysis.h>
Inheritance diagram for v8::internal::HAliasAnalyzer:
Collaboration diagram for v8::internal::HAliasAnalyzer:Public Member Functions | |
| HAliasing | Query (HValue *a, HValue *b) |
| bool | MayAlias (HValue *a, HValue *b) |
| bool | MustAlias (HValue *a, HValue *b) |
| bool | NoAlias (HValue *a, HValue *b) |
Public Member Functions inherited from v8::internal::ZoneObject | |
| INLINE (void *operator new(size_t size, Zone *zone)) | |
| void | operator delete (void *, size_t) |
| void | operator delete (void *pointer, Zone *zone) |
Definition at line 23 of file hydrogen-alias-analysis.h.
Definition at line 57 of file hydrogen-alias-analysis.h.
References v8::internal::kNoAlias, and Query().
Referenced by v8::internal::HCheckTable::Kill(), v8::internal::HLoadEliminationTable::KillFieldInternal(), and v8::internal::HStoreEliminationPhase::ProcessLoad().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 61 of file hydrogen-alias-analysis.h.
References v8::internal::kMustAlias, and Query().
Referenced by v8::internal::HCheckTable::Find(), v8::internal::HLoadEliminationTable::Find(), v8::internal::HLoadEliminationTable::FindOrCreate(), and v8::internal::HStoreEliminationPhase::ProcessStore().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 65 of file hydrogen-alias-analysis.h.
References v8::internal::kNoAlias, and Query().
Here is the call graph for this function:Definition at line 27 of file hydrogen-alias-analysis.h.
References v8::internal::HValue::Equals(), v8::internal::kMayAlias, v8::internal::kMustAlias, and v8::internal::kNoAlias.
Referenced by MayAlias(), MustAlias(), and NoAlias().
Here is the call graph for this function:
Here is the caller graph for this function: