Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2471 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 …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp385 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() function
10555 auto NewS = StateType::getBestState(getState()); in giveUpOnIntraprocedural()
10570 getState() = StateType::getBestState(getState()); in indicatePessimisticFixpoint()
11197 getState() = PotentialLLVMValuesState::getBestState(); in updateImpl()
H A DOpenMPOpt.cpp692 static KernelInfoState getBestState() { return KernelInfoState(true); } in getBestState() function
694 static KernelInfoState getBestState(KernelInfoState &KIS) { in getBestState() function
695 return getBestState(); in getBestState()