Lines Matching defs:KernelInfoState
697 struct KernelInfoState : AbstractState {
743 KernelInfoState() = default;
744 KernelInfoState(bool BestState) {
779 KernelInfoState &getAssumed() { return *this; }
780 const KernelInfoState &getAssumed() const { return *this; }
782 bool operator==(const KernelInfoState &RHS) const {
805 static KernelInfoState getBestState() { return KernelInfoState(true); }
807 static KernelInfoState getBestState(KernelInfoState &KIS) {
812 static KernelInfoState getWorstState() { return KernelInfoState(false); }
815 KernelInfoState operator^=(const KernelInfoState &KIS) {
842 KernelInfoState operator&=(const KernelInfoState &KIS) {
3604 struct AAKernelInfo : public StateWrapper<KernelInfoState, AbstractAttribute> {
3605 using Base = StateWrapper<KernelInfoState, AbstractAttribute>;
3660 /// about a function with regards to the KernelInfoState.
3910 /// Modify the IR based on the KernelInfoState as the fixpoint iteration is
4632 KernelInfoState StateBefore = getState();
4866 /// about a call site with regards to the KernelInfoState. For now this simply
5056 KernelInfoState StateBefore = getState();