Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dload_store_elimination.cc333 static constexpr Value ForNonLoopPhiPlaceholder(PhiPlaceholder phi_placeholder) { in ForNonLoopPhiPlaceholder()
337 static constexpr Value ForLoopPhiPlaceholder(PhiPlaceholder phi_placeholder) { in ForLoopPhiPlaceholder()
341 static constexpr Value ForPhiPlaceholder(PhiPlaceholder phi_placeholder, bool needs_loop_phi) { in ForPhiPlaceholder()
1328 PhiPlaceholder phi_placeholder = GetPhiPlaceholder(block->GetBlockId(), idx); in PrepareLoopValue() local
1346 PhiPlaceholder phi_placeholder = GetPhiPlaceholder(block->GetBlockId(), idx); in PrepareLoopStoredBy() local
1396 PhiPlaceholder phi_placeholder = GetPhiPlaceholder(block->GetBlockId(), idx); in MergePredecessorValues() local
1442 PhiPlaceholder phi_placeholder = GetPhiPlaceholder(block->GetBlockId(), idx); in MergePredecessorRecords() local
1482 void LSEVisitor::MaterializeNonLoopPhis(PhiPlaceholder phi_placeholder, DataType::Type type) { in MaterializeNonLoopPhis()
1705 PhiPlaceholder phi_placeholder, in TryReplacingLoopPhiPlaceholderWithDefault()
1795 PhiPlaceholder phi_placeholder, in TryReplacingLoopPhiPlaceholderWithSingleInput()
[all …]