Searched refs:isQueryAA (Results 1 – 3 of 3) sorted by relevance
2266 assert(AA.isQueryAA() && in registerForUpdate()2702 if (!AA.isQueryAA() && DV.empty() && !AA.getState().isAtFixpoint()) { in updateAA()2714 if (RerunCS == ChangeStatus::UNCHANGED && !AA.isQueryAA() && DV.empty()) in updateAA()
3470 bool isQueryAA() const override { return true; } in isQueryAA() function
3347 virtual bool isQueryAA() const { return false; }