Home
last modified time | relevance | path

Searched defs:phi_placeholder (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dload_store_elimination.cc373 static constexpr Value MergedUnknown(PhiPlaceholder phi_placeholder) { in MergedUnknown()
387 static constexpr Value ForNonLoopPhiPlaceholder(PhiPlaceholder phi_placeholder) { in ForNonLoopPhiPlaceholder()
391 static constexpr Value ForLoopPhiPlaceholder(PhiPlaceholder phi_placeholder) { in ForLoopPhiPlaceholder()
395 static constexpr Value ForPhiPlaceholder(PhiPlaceholder phi_placeholder, bool needs_loop_phi) { in ForPhiPlaceholder()
1477 PhiPlaceholder phi_placeholder = GetPhiPlaceholder(block->GetBlockId(), idx); in PrepareLoopValue() local
1495 PhiPlaceholder phi_placeholder = GetPhiPlaceholder(block->GetBlockId(), idx); in PrepareLoopStoredBy() local
1545 PhiPlaceholder phi_placeholder = GetPhiPlaceholder(block->GetBlockId(), idx); in MergePredecessorValues() local
1553 PhiPlaceholder phi_placeholder = GetPhiPlaceholder(block->GetBlockId(), idx); in MergePredecessorValues() local
1601 PhiPlaceholder phi_placeholder = GetPhiPlaceholder(block->GetBlockId(), idx); in MergePredecessorRecords() local
1641 void LSEVisitor::MaterializeNonLoopPhis(PhiPlaceholder phi_placeholder, DataType::Type type) { in MaterializeNonLoopPhis()
[all …]