Searched refs:input1 (Results 1 - 4 of 4) sorted by relevance

/art/test/469-condition-materialization-regression/src/
H A DMain.java28 private static int runTest(boolean input1) { argument
29 boolean negation = !input1;
32 // "if (!input1)" here and GVN will collapse the two
34 if (input1) {
/art/compiler/optimizing/
H A Dregister_allocator_test.cc464 HInstruction** input1,
497 *input1 = new (allocator) HInstanceFieldGet(parameter, Primitive::kPrimInt,
501 then->AddInstruction(*input1);
504 (*phi)->AddInput(*input1);
516 HInstruction *input1, *input2; local
519 HGraph* graph = BuildIfElseWithPhi(&allocator, &phi, &input1, &input2);
530 ASSERT_EQ(input1->GetLiveInterval()->GetRegister(), 0);
536 HGraph* graph = BuildIfElseWithPhi(&allocator, &phi, &input1, &input2);
549 ASSERT_EQ(input1->GetLiveInterval()->GetRegister(), 2);
555 HGraph* graph = BuildIfElseWithPhi(&allocator, &phi, &input1,
462 BuildIfElseWithPhi(ArenaAllocator* allocator, HPhi** phi, HInstruction** input1, HInstruction** input2) argument
[all...]
H A Dreference_type_propagation.cc70 HInstruction* input1 = ifInput->InputAt(1); local
73 if (input1->IsNullConstant()) {
76 obj = input1;
H A Dbounds_check_elimination.cc1469 HInstruction* input1 = phi->InputAt(1); local
1475 if (input1 != phi->InputAt(i)) {

Completed in 193 milliseconds