Searched refs:SRStack (Results 1 – 1 of 1) sorted by relevance
1603 std::stack<const SubRegion *> SRStack; in VisitNode() local1606 SRStack.push(SR); in VisitNode()1619 while (!SRStack.empty()) { in VisitNode()1620 const auto *TopR = SRStack.top(); in VisitNode()1621 SRStack.pop(); in VisitNode()