Home
last modified time | relevance | path

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

/art/test/2266-checker-remove-empty-ifs/
DAndroid.bp3 // Build rules for ART run-test `2266-checker-remove-empty-ifs`.
16 name: "art-run-test-2266-checker-remove-empty-ifs",
21 ":art-run-test-2266-checker-remove-empty-ifs-expected-stdout",
22 ":art-run-test-2266-checker-remove-empty-ifs-expected-stderr",
31 name: "art-run-test-2266-checker-remove-empty-ifs-expected-stdout",
32 out: ["art-run-test-2266-checker-remove-empty-ifs-expected-stdout.txt"],
39 name: "art-run-test-2266-checker-remove-empty-ifs-expected-stderr",
40 out: ["art-run-test-2266-checker-remove-empty-ifs-expected-stderr.txt"],
/art/odrefresh/
Dodr_compilation_log.cc99 std::ifstream ifs(log_path_); in Read() local
100 if (!ifs.good()) { in Read()
105 ifs >> log_version >> std::ws; in Read()
110 while (!ifs.eof()) { in Read()
112 ifs >> entry; in Read()
113 if (ifs.fail()) { in Read()
/art/compiler/optimizing/
Dinduction_var_analysis_test.cc1218 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F() local
1219 ifs->ReplaceInput(graph_->GetIntConstant(127), 1); in TEST_F()
1244 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F() local
1245 ifs->ReplaceInput(graph_->GetIntConstant(128), 1); in TEST_F()
1270 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F() local
1271 ifs->ReplaceInput(graph_->GetIntConstant(32767), 1); in TEST_F()
1296 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F() local
1297 ifs->ReplaceInput(graph_->GetIntConstant(32768), 1); in TEST_F()
1321 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F() local
1322 ifs->ReplaceInput(graph_->GetIntConstant(65535), 1); in TEST_F()
[all …]
Ddead_code_elimination.cc158 HIf* ifs = block->GetLastInstruction()->AsIf(); in RemoveNonNullControlDependences() local
169 HInstruction* cond = ifs->InputAt(0); in RemoveNonNullControlDependences()
171 if (throws == ifs->IfTrueSuccessor() && cond->IsEqual()) { in RemoveNonNullControlDependences()
172 not_throws = ifs->IfFalseSuccessor(); in RemoveNonNullControlDependences()
173 } else if (throws == ifs->IfFalseSuccessor() && cond->IsNotEqual()) { in RemoveNonNullControlDependences()
174 not_throws = ifs->IfTrueSuccessor(); in RemoveNonNullControlDependences()
Dinduction_var_analysis.cc92 HIf* ifs = control->AsIf(); in IsGuardedBy() local
93 HInstruction* if_expr = ifs->InputAt(0); in IsGuardedBy()
95 IfCondition other_cmp = ifs->IfTrueSuccessor() == entry in IsGuardedBy()
1001 HIf* ifs = control->AsIf(); in VisitControl() local
1002 HBasicBlock* if_true = ifs->IfTrueSuccessor(); in VisitControl()
1003 HBasicBlock* if_false = ifs->IfFalseSuccessor(); in VisitControl()
1004 HInstruction* if_expr = ifs->InputAt(0); in VisitControl()
1255 HIf* ifs = loop->GetHeader()->GetLastInstruction()->AsIf(); in RewriteBreakLoop() local
1256 HInstruction* cond = ifs->InputAt(0); in RewriteBreakLoop()
1257 if (ifs->GetPrevious() != cond || !cond->HasOnlyOneNonEnvironmentUse()) { in RewriteBreakLoop()
[all …]
/art/tools/hiddenapi/
Dhiddenapi_test.cc144 std::ifstream ifs(file.GetFilename()); in ReadFlagsCsvFile() local
147 for (std::string line; std::getline(ifs, line);) { in ReadFlagsCsvFile()
/art/
DTEST_MAPPING497 "name": "art-run-test-2266-checker-remove-empty-ifs"
1925 "name": "art-run-test-2266-checker-remove-empty-ifs[com.google.android.art.apex]"
3371 "name": "art-run-test-2266-checker-remove-empty-ifs"
4807 "name": "art-run-test-2266-checker-remove-empty-ifs"