OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HRedundantPhiEliminationPhase
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/crankshaft/
hydrogen-redundant-phi.h
16
class
HRedundantPhiEliminationPhase
: public HPhase {
18
explicit
HRedundantPhiEliminationPhase
(HGraph* graph)
27
DISALLOW_COPY_AND_ASSIGN(
HRedundantPhiEliminationPhase
);
hydrogen-redundant-phi.cc
11
void
HRedundantPhiEliminationPhase
::Run() {
36
void
HRedundantPhiEliminationPhase
::ProcessBlock(HBasicBlock* block) {
41
void
HRedundantPhiEliminationPhase
::ProcessPhis(const ZoneList<HPhi*>* phis) {
hydrogen-canonicalize.cc
43
HRedundantPhiEliminationPhase
redundant_phi_eliminator(graph());
hydrogen.cc
[
all
...]
Completed in 761 milliseconds