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

/art/test/469-condition-materialization/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.cc458 HInstruction** input1,
500 *input1 = new (allocator) HInstanceFieldGet(parameter,
518 then->AddInstruction(*input1);
521 (*phi)->AddInput(*input1);
533 HInstruction *input1, *input2; local
536 HGraph* graph = BuildIfElseWithPhi(&allocator, &phi, &input1, &input2);
547 ASSERT_EQ(input1->GetLiveInterval()->GetRegister(), 0);
553 HGraph* graph = BuildIfElseWithPhi(&allocator, &phi, &input1, &input2);
566 ASSERT_EQ(input1->GetLiveInterval()->GetRegister(), 2);
572 HGraph* graph = BuildIfElseWithPhi(&allocator, &phi, &input1,
456 BuildIfElseWithPhi(ArenaAllocator* allocator, HPhi** phi, HInstruction** input1, HInstruction** input2) argument
[all...]
H A Dreference_type_propagation.cc245 HInstruction* input1 = ifInput->InputAt(1); local
248 if (input1->IsNullConstant()) {
251 obj = input1;
H A Dbounds_check_elimination.cc895 HInstruction* input1 = phi->InputAt(1); local
901 if (input1 != phi->InputAt(i)) {

Completed in 124 milliseconds