Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_analysis_test.cc149 HInstruction* InsertInstruction(HInstruction* instruction, int d) { in InsertInstruction() function in art::InductionVarAnalysisTest
166 return InsertInstruction(new (GetAllocator()) HArraySet( in InsertArrayStore()
285 HInstruction* add = InsertInstruction( in TEST_F()
287 HInstruction* sub = InsertInstruction( in TEST_F()
289 HInstruction* mul = InsertInstruction( in TEST_F()
291 HInstruction* shl = InsertInstruction( in TEST_F()
293 HInstruction* neg = InsertInstruction( in TEST_F()
317 HInstruction* add = InsertInstruction( in TEST_F()
320 HInstruction* sub = InsertInstruction( in TEST_F()
411 HInstruction* add1 = InsertInstruction( in TEST_F()
[all …]
Dnodes_test.cc185 TEST_F(NodeTest, InsertInstruction) { in TEST_F() argument