Searched defs:assignments (Results 1 – 8 of 8) sorted by relevance
69 kill_for_derefs_visitor(exec_list *assignments) in kill_for_derefs_visitor()138 exec_list *assignments; member in __anona27940b30111::kill_for_derefs_visitor170 process_assignment(void *lin_ctx, ir_assignment *ir, exec_list *assignments) in process_assignment()302 exec_list assignments; in dead_code_local_basic_block() local
53 BytecodeLoopAssignments& assignments() { return assignments_; } in assignments() function54 const BytecodeLoopAssignments& assignments() const { return assignments_; } in assignments() function
214 void UpdateAssignments(Bytecode bytecode, BytecodeLoopAssignments& assignments, in UpdateAssignments()
274 const BytecodeLoopAssignments& assignments) { in PrepareForLoop()365 Node* loop, const BytecodeLoopAssignments& assignments) { in PrepareForLoopExit()
22 List<PotentialAssignment> assignments = new ArrayList<PotentialAssignment>(); in getValueSources() local
78 List<PotentialAssignment> assignments = getSupplier(unassigned).getValueSources(unassigned); in potentialsForNextUnassigned() local
423 private void writeAssignments(Map<String, Integer> assignments, Writer output) in writeAssignments()
3950 const auto& assignments = in RewriteDestructuringAssignments() local