Home
last modified time | relevance | path

Searched refs:isQueryAA (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2096 assert(AA.isQueryAA() && in registerForUpdate()
2522 if (!AA.isQueryAA() && DV.empty() && !AA.getState().isAtFixpoint()) { in updateAA()
2534 if (RerunCS == ChangeStatus::UNCHANGED && !AA.isQueryAA() && DV.empty()) in updateAA()
H A DAttributorAttributes.cpp3501 bool isQueryAA() const override { return true; } in isQueryAA() function
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h3134 virtual bool isQueryAA() const { return false; }