Searched refs:IsIn (Results 1 – 15 of 15) sorted by relevance
555 EXPECT_TRUE(loop1->IsIn(*loop1)); in TEST_F()556 EXPECT_TRUE(loop2->IsIn(*loop1)); in TEST_F()557 EXPECT_TRUE(loop3->IsIn(*loop1)); in TEST_F()558 EXPECT_TRUE(loop3->IsIn(*loop2)); in TEST_F()559 EXPECT_TRUE(!loop4->IsIn(*loop1)); in TEST_F()717 EXPECT_TRUE(loop1->IsIn(*loop1)); in TEST_F()718 EXPECT_TRUE(loop2->IsIn(*loop1)); in TEST_F()719 EXPECT_TRUE(loop3->IsIn(*loop1)); in TEST_F()720 EXPECT_TRUE(loop3->IsIn(*loop2)); in TEST_F()721 EXPECT_TRUE(loop4->IsIn(*loop1)); in TEST_F()[all …]
269 ASSERT_TRUE(graph->GetBlocks()[3]->GetLoopInformation()->IsIn( in TEST_F()271 ASSERT_FALSE(graph->GetBlocks()[2]->GetLoopInformation()->IsIn( in TEST_F()297 ASSERT_FALSE(graph->GetBlocks()[4]->GetLoopInformation()->IsIn( in TEST_F()299 ASSERT_FALSE(graph->GetBlocks()[2]->GetLoopInformation()->IsIn( in TEST_F()
38 if (input_loop != nullptr && input_loop->IsIn(*info)) { in InputsAreDefinedBeforeLoop()50 if (input_loop != nullptr && input_loop->IsIn(*info)) { in InputsAreDefinedBeforeLoop()
36 && inner->IsIn(*outer); in IsInnerLoop()
572 } else if (loop_info->IsIn(*last_loop_->loop_info)) { in AddLoop()579 while (last_loop_->outer != nullptr && !loop_info->IsIn(*last_loop_->outer->loop_info)) { in AddLoop()2501 if (other_loop_info != nullptr && other_loop_info->IsIn(*loop_info)) { in IsOnlyUsedAfterLoop()2532 CHECK(other_loop_info == nullptr || !other_loop_info->IsIn(*loop_info)); in TryReplaceWithLastValue()2547 if (other_loop_info == nullptr || !other_loop_info->IsIn(*loop_info)) { in TryReplaceWithLastValue()
356 ASSERT_TRUE(inner_loop_header->GetLoopInformation()->IsIn( in TEST_F()
1124 if (loop1->IsIn(*loop2)) { in FindCommonLoop()1129 while (current != nullptr && !loop2->IsIn(*current)) { in FindCommonLoop()
1063 bool HLoopInformation::IsIn(const HLoopInformation& other) const { in IsIn() function in art::HLoopInformation
969 bool IsIn(const HLoopInformation& other) const;
122 if (arg->IsIn()) { in GenerateClientMethod()209 if (arg->IsIn()) { in GenerateServerTransaction()218 string arg_init = arg->IsIn() ? "_aidl_data.read()?" : "Default::default()"; in GenerateServerTransaction()220 if (!arg->IsIn() && arg->GetType().IsArray()) { in GenerateServerTransaction()249 if (!arg->IsIn() && arg_type.IsArray() && arg_type.GetName() == "ParcelFileDescriptor") { in GenerateServerTransaction()256 } else if (!arg->IsIn() && !TypeHasDefault(arg_type, typenames)) { in GenerateServerTransaction()
204 return arg.IsIn() ? StorageMode::INOUT_ARGUMENT : StorageMode::OUT_ARGUMENT; in ArgumentStorageMode()
418 if (arg->IsIn()) { in GenerateClientMethodDefinition()523 if (arg->IsIn()) { in GenerateServerCaseDefinition()
282 if (a->IsIn()) { in DefineClientTransaction()620 if (a->IsIn()) { in HandleServerTransaction()
874 if (a->IsIn()) { in_arguments_.push_back(a.get()); } in AidlMethod()
538 bool IsIn() const { return direction_ & IN_DIR; }