Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_analysis_test.cc313 HPhi* k_header = InsertLoopPhi(0, 0); in TEST_F() local
314 k_header->AddInput(constant0_); in TEST_F()
317 new (GetAllocator()) HAdd(DataType::Type::kInt32, k_header, constant100_), 0); in TEST_F()
322 k_header->AddInput(sub); in TEST_F()
326 GetInductionInfo(k_header, 0).c_str()); in TEST_F()
342 HPhi* k_header = InsertLoopPhi(0, 0); in TEST_F() local
343 k_header->AddInput(constant0_); in TEST_F()
350 HInstruction* inc1 = new (GetAllocator()) HAdd(DataType::Type::kInt32, k_header, constant1_); in TEST_F()
354 HInstruction* inc2 = new (GetAllocator()) HAdd(DataType::Type::kInt32, k_header, constant1_); in TEST_F()
359 k_header->AddInput(k_body); in TEST_F()
[all …]