• Home
  • Raw
  • Download

Lines Matching defs:phi_placeholder

337     static constexpr Value ForNonLoopPhiPlaceholder(PhiPlaceholder phi_placeholder) {  in ForNonLoopPhiPlaceholder()
341 static constexpr Value ForPlainLoopPhiPlaceholder(PhiPlaceholder phi_placeholder) { in ForPlainLoopPhiPlaceholder()
349 static constexpr Value ForPhiPlaceholder(PhiPlaceholder phi_placeholder, bool needs_loop_phi) { in ForPhiPlaceholder()
1492 PhiPlaceholder phi_placeholder = GetPhiPlaceholder(block->GetBlockId(), idx); in PrepareLoopValue() local
1510 PhiPlaceholder phi_placeholder = GetPhiPlaceholder(block->GetBlockId(), idx); in PrepareLoopStoredBy() local
1560 PhiPlaceholder phi_placeholder = GetPhiPlaceholder(block->GetBlockId(), idx); in MergePredecessorValues() local
1606 PhiPlaceholder phi_placeholder = GetPhiPlaceholder(block->GetBlockId(), idx); in MergePredecessorRecords() local
1646 void LSEVisitor::MaterializeNonLoopPhis(PhiPlaceholder phi_placeholder, DataType::Type type) { in MaterializeNonLoopPhis()
1868 PhiPlaceholder phi_placeholder, in TryReplacingLoopPhiPlaceholderWithDefault()
1965 PhiPlaceholder phi_placeholder, in TryReplacingLoopPhiPlaceholderWithSingleInput()
2039 PhiPlaceholder phi_placeholder, in FindLoopPhisToMaterialize()
2183 PhiPlaceholder phi_placeholder = GetPhiPlaceholderAt(phi_placeholder_index); in MaterializeLoopPhis() local
2238 PhiPlaceholder phi_placeholder = GetPhiPlaceholderAt(phi_placeholder_indexes[0]); in MaterializeLoopPhis() local
2283 PhiPlaceholder phi_placeholder = GetPhiPlaceholderAt(phi_placeholder_index); in MaterializeLoopPhis() local
2291 PhiPlaceholder phi_placeholder = GetPhiPlaceholderAt(phi_placeholder_index); in MaterializeLoopPhis() local
2312 PhiPlaceholder phi_placeholder = GetPhiPlaceholderAt(phi_placeholder_index); in MaterializeLoopPhis() local
2441 bool LSEVisitor::FullyMaterializePhi(PhiPlaceholder phi_placeholder, DataType::Type type) { in FullyMaterializePhi()
2451 PhiPlaceholder phi_placeholder, HInstruction* load) { in TryToMaterializeLoopPhis()
2707 PhiPlaceholder phi_placeholder = GetPhiPlaceholderAt(cur_phi_idx); in SearchPhiPlaceholdersForKeptStores() local
2768 void LSEVisitor::FindOldValueForPhiPlaceholder(PhiPlaceholder phi_placeholder, in FindOldValueForPhiPlaceholder()