• Home
  • Raw
  • Download

Lines Matching defs:phi_placeholder

452     static constexpr Value MergedUnknown(PhiPlaceholder phi_placeholder) {  in MergedUnknown()
466 static constexpr Value ForNonLoopPhiPlaceholder(PhiPlaceholder phi_placeholder) { in ForNonLoopPhiPlaceholder()
470 static constexpr Value ForLoopPhiPlaceholder(PhiPlaceholder phi_placeholder) { in ForLoopPhiPlaceholder()
474 static constexpr Value ForPhiPlaceholder(PhiPlaceholder phi_placeholder, bool needs_loop_phi) { in ForPhiPlaceholder()
1523 PhiPlaceholder phi_placeholder = GetPhiPlaceholder(block->GetBlockId(), idx); in PrepareLoopValue() local
1536 PhiPlaceholder phi_placeholder = GetPhiPlaceholder(block->GetBlockId(), idx); in PrepareLoopStoredBy() local
1586 PhiPlaceholder phi_placeholder = GetPhiPlaceholder(block->GetBlockId(), idx); in MergePredecessorValues() local
1594 PhiPlaceholder phi_placeholder = GetPhiPlaceholder(block->GetBlockId(), idx); in MergePredecessorValues() local
1642 PhiPlaceholder phi_placeholder = GetPhiPlaceholder(block->GetBlockId(), idx); in MergePredecessorRecords() local
1683 void LSEVisitor::MaterializeNonLoopPhis(PhiPlaceholder phi_placeholder, DataType::Type type) { in MaterializeNonLoopPhis()
1901 PhiPlaceholder phi_placeholder, in TryReplacingLoopPhiPlaceholderWithDefault()
1986 PhiPlaceholder phi_placeholder, in TryReplacingLoopPhiPlaceholderWithSingleInput()
2043 PhiPlaceholder phi_placeholder, in FindLoopPhisToMaterialize()
2149 PhiPlaceholder phi_placeholder = GetPhiPlaceholderAt(phi_placeholder_index); in MaterializeLoopPhis() local
2191 PhiPlaceholder phi_placeholder = GetPhiPlaceholderAt(phi_placeholder_indexes[0]); in MaterializeLoopPhis() local
2224 PhiPlaceholder phi_placeholder = GetPhiPlaceholderAt(phi_placeholder_index); in MaterializeLoopPhis() local
2232 PhiPlaceholder phi_placeholder = GetPhiPlaceholderAt(phi_placeholder_index); in MaterializeLoopPhis() local
2251 PhiPlaceholder phi_placeholder = GetPhiPlaceholderAt(phi_placeholder_index); in MaterializeLoopPhis() local
2383 bool LSEVisitor::FullyMaterializePhi(PhiPlaceholder phi_placeholder, DataType::Type type) { in FullyMaterializePhi()
2393 PhiPlaceholder phi_placeholder, HInstruction* load) { in TryToMaterializeLoopPhis()
2631 PhiPlaceholder phi_placeholder = GetPhiPlaceholderAt(cur_phi_idx); in SearchPhiPlaceholdersForKeptStores() local
2714 void LSEVisitor::FindOldValueForPhiPlaceholder(PhiPlaceholder phi_placeholder, in FindOldValueForPhiPlaceholder()