Lines Matching defs:store_node
523 SENode* store_node;
539 store_node = analysis.AnalyzeInstruction(store_child);
541 subtract_node = analysis.CreateSubtraction(store_node, load_node);
558 store_node = analysis.AnalyzeInstruction(store_child);
560 subtract_node = analysis.CreateSubtraction(store_node, load_node);
578 store_node = analysis.AnalyzeInstruction(store_child);
580 subtract_node = analysis.CreateSubtraction(store_node, load_node);
597 store_node = analysis.AnalyzeInstruction(store_child);
599 subtract_node = analysis.CreateSubtraction(store_node, load_node);
616 store_node = analysis.AnalyzeInstruction(store_child);
618 subtract_node = analysis.CreateSubtraction(store_node, load_node);
636 store_node = analysis.AnalyzeInstruction(store_child);
638 subtract_node = analysis.CreateSubtraction(store_node, load_node);
767 SENode* store_node = analysis.AnalyzeInstruction(store_child);
769 SENode* store_simplified = analysis.SimplifyExpression(store_node);
1041 SENode* store_node = analysis.AnalyzeInstruction(store_child);
1043 SENode* store_simplified = analysis.SimplifyExpression(store_node);
1079 SENode* store_node = analysis.AnalyzeInstruction(store_child);
1080 SENode* store_simplified = analysis.SimplifyExpression(store_node);