Searched refs:getBestState (Results 1 – 3 of 3) sorted by relevance
2471 static constexpr base_t getBestState() { return BestState; }2472 static constexpr base_t getBestState(const IntegerStateBase &) {2473 return getBestState();2559 base_t Assumed = getBestState();2633 static constexpr base_t getBestState() { return BestState; }2635 getBestState(const IncIntegerState<base_ty, BestState, WorstState> &) {2636 return getBestState();2773 static ConstantRange getBestState(uint32_t BitWidth) {2776 static ConstantRange getBestState(const IntegerRangeState &IRS) {2777 return getBestState(IRS.getBitWidth());[all …]
385 T = StateType::getBestState(AAS); in clampReturnedValueStates()409 StateType S(StateType::getBestState(this->getState())); in updateImpl()451 T = StateType::getBestState(AAS); in clampCallSiteArgumentStates()507 StateType S = StateType::getBestState(this->getState()); in updateImpl()729 static State getBestState(const State &SIS) { return State(); } in getBestState() function10555 auto NewS = StateType::getBestState(getState()); in giveUpOnIntraprocedural()10570 getState() = StateType::getBestState(getState()); in indicatePessimisticFixpoint()11197 getState() = PotentialLLVMValuesState::getBestState(); in updateImpl()
692 static KernelInfoState getBestState() { return KernelInfoState(true); } in getBestState() function694 static KernelInfoState getBestState(KernelInfoState &KIS) { in getBestState() function695 return getBestState(); in getBestState()