Searched refs:assignee (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dloop_analysis.cpp71 ir_variable *assignee = assign->lhs->whole_variable_referenced(); local in function:find_initial_value
73 if (assignee == var)
241 ir_variable *assignee = assign->lhs->whole_variable_referenced(); local in function:incremented_before_terminator
243 if (assignee == var) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dloop_analysis.cpp71 ir_variable *assignee = assign->lhs->whole_variable_referenced(); local in function:find_initial_value
73 if (assignee == var)
195 ir_variable *assignee = assign->lhs->whole_variable_referenced(); local in function:incremented_before_terminator
197 if (assignee == var) {

Completed in 4 milliseconds