Searched refs:getBestState (Results 1 – 3 of 3) sorted by relevance
2641 static constexpr base_t getBestState() { return BestState; }2642 static constexpr base_t getBestState(const IntegerStateBase &) {2643 return getBestState();2729 base_t Assumed = getBestState();2806 static constexpr base_t getBestState() { return BestState; }2808 getBestState(const IncIntegerState<base_ty, BestState, WorstState> &) {2809 return getBestState();2946 static ConstantRange getBestState(uint32_t BitWidth) {2949 static ConstantRange getBestState(const IntegerRangeState &IRS) {2950 return getBestState(IRS.getBitWidth());[all …]
393 T = StateType::getBestState(AAS); in clampReturnedValueStates()421 StateType S(StateType::getBestState(this->getState())); in updateImpl()475 T = StateType::getBestState(AAS); in clampCallSiteArgumentStates()542 StateType S = StateType::getBestState(this->getState()); in updateImpl()790 static State getBestState(const State &SIS) { return State(); } in getBestState() function10882 auto NewS = StateType::getBestState(getState()); in giveUpOnIntraprocedural()10897 getState() = StateType::getBestState(getState()); in indicatePessimisticFixpoint()11686 getState() = PotentialLLVMValuesState::getBestState(); in updateImpl()
791 static KernelInfoState getBestState() { return KernelInfoState(true); } in getBestState() function793 static KernelInfoState getBestState(KernelInfoState &KIS) { in getBestState() function794 return getBestState(); in getBestState()