Searched refs:ending_vregs_to_check_matrix (Results 1 – 2 of 2) sorted by relevance
929 temp_.nce.ending_vregs_to_check_matrix = in EliminateNullChecksGate()931 std::fill_n(temp_.nce.ending_vregs_to_check_matrix, GetNumBlocks(), nullptr); in EliminateNullChecksGate()975 if (temp_.nce.ending_vregs_to_check_matrix[pred_id] == nullptr) { in EliminateNullChecks()991 vregs_to_check->Copy(temp_.nce.ending_vregs_to_check_matrix[pred_id]); in EliminateNullChecks()993 vregs_to_check->Union(temp_.nce.ending_vregs_to_check_matrix[pred_id]); in EliminateNullChecks()1089 ArenaBitVector* old_ending_ssa_regs_to_check = temp_.nce.ending_vregs_to_check_matrix[bb->id]; in EliminateNullChecks()1093 temp_.nce.ending_vregs_to_check_matrix[bb->id] = vregs_to_check; in EliminateNullChecks()1099 temp_.nce.ending_vregs_to_check_matrix[bb->id] = vregs_to_check; in EliminateNullChecks()1109 temp_.nce.ending_vregs_to_check_matrix = nullptr; in EliminateNullChecksEnd()
1407 ArenaBitVector** ending_vregs_to_check_matrix; // num_blocks_ x num_vregs. member