OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_ir
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/glsl/
opt_tree_grafting.cpp
196
ir_rvalue *
new_ir
= ir;
local
201
if (do_graft(&
new_ir
)) {
202
ir->replace_with(
new_ir
);
opt_function_inlining.cpp
185
ir_instruction *
new_ir
= ir->clone(ctx, ht);
local
187
new_instructions.push_tail(
new_ir
);
188
visit_tree(
new_ir
, replace_return_with_assignment, retval);
Completed in 257 milliseconds