Home
last modified time | relevance | path

Searched refs:InsertInstruction (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_analysis_test.cc148 HInstruction* InsertInstruction(HInstruction* instruction, int d) { in InsertInstruction() function in art::InductionVarAnalysisTest
165 return InsertInstruction(new (GetAllocator()) HArraySet( in InsertArrayStore()
284 HInstruction* add = InsertInstruction( in TEST_F()
286 HInstruction* sub = InsertInstruction( in TEST_F()
288 HInstruction* mul = InsertInstruction( in TEST_F()
290 HInstruction* shl = InsertInstruction( in TEST_F()
292 HInstruction* neg = InsertInstruction( in TEST_F()
316 HInstruction* add = InsertInstruction( in TEST_F()
319 HInstruction* sub = InsertInstruction( in TEST_F()
410 HInstruction* add1 = InsertInstruction( in TEST_F()
[all …]
Dnodes_test.cc72 TEST_F(NodeTest, InsertInstruction) { in TEST_F() argument