Searched refs:SRStack (Results 1 – 1 of 1) sorted by relevance
1607 std::stack<const SubRegion *> SRStack; in VisitNode() local1610 SRStack.push(SR); in VisitNode()1623 while (!SRStack.empty()) { in VisitNode()1624 const auto *TopR = SRStack.top(); in VisitNode()1625 SRStack.pop(); in VisitNode()