OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewPhiAndInsert
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
hydrogen-escape-analysis.h
38
HPhi*
NewPhiAndInsert
(HBasicBlock* block, HValue* incoming_value, int index);
hydrogen-escape-analysis.cc
92
HPhi* phi =
NewPhiAndInsert
(block, operand, index);
114
HPhi* HEscapeAnalysisPhase::
NewPhiAndInsert
(HBasicBlock* block,
279
HPhi* phi =
NewPhiAndInsert
(succ, succ_operand, index);
Completed in 68 milliseconds