Home | History | Annotate | Download | only in opt

Lines Matching refs:SERecurrentNode

105   SERecurrentNode* UpdateCoefficient(SERecurrentNode* recurrent,
111 SENode* SimplifyRecurrentAddExpression(SERecurrentNode* node);
207 SERecurrentNode* recurrent_expr = nullptr;
287 SERecurrentNode* SENodeSimplifyImpl::UpdateCoefficient(
288 SERecurrentNode* recurrent, int64_t coefficient_update) const {
289 std::unique_ptr<SERecurrentNode> new_recurrent_node{new SERecurrentNode(
378 std::map<const Loop*, std::vector<std::pair<SERecurrentNode*, bool>>>
394 SERecurrentNode* rec = child->AsSERecurrentNode();
409 std::vector<std::pair<SERecurrentNode*, bool>>& recurrent_expressions =
417 SERecurrentNode* node = node_pair.first;
430 std::unique_ptr<SERecurrentNode> new_recurrent{
431 new SERecurrentNode(&analysis_, loop)};
495 SERecurrentNode* recurrent_expr) {
498 std::unique_ptr<SERecurrentNode> recurrent_node{new SERecurrentNode(