Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2641 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 …]
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp393 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() function
10882 auto NewS = StateType::getBestState(getState()); in giveUpOnIntraprocedural()
10897 getState() = StateType::getBestState(getState()); in indicatePessimisticFixpoint()
11686 getState() = PotentialLLVMValuesState::getBestState(); in updateImpl()
H A DOpenMPOpt.cpp791 static KernelInfoState getBestState() { return KernelInfoState(true); } in getBestState() function
793 static KernelInfoState getBestState(KernelInfoState &KIS) { in getBestState() function
794 return getBestState(); in getBestState()