Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2650 return getBestState();
2736 base_t Assumed = getBestState();
2816 return getBestState();
2953 static ConstantRange getBestState(uint32_t BitWidth) {
2957 return getBestState(IRS.getBitWidth());
4072 static DerefState getBestState() { return DerefState(); }
4073 static DerefState getBestState(const DerefState &) { return getBestState(); }
4429 static ValueSimplifyStateType getBestState(Type *Ty) {
4433 return getBestState(VS.Ty);
5014 static PotentialValuesState getBestState() {
[all …]
/freebsd-14.2/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()
474 T = StateType::getBestState(AAS); in clampCallSiteArgumentStates()
541 StateType S = StateType::getBestState(this->getState()); in updateImpl()
789 static State getBestState(const State &SIS) { return State(); } in getBestState() function
10891 auto NewS = StateType::getBestState(getState()); in giveUpOnIntraprocedural()
10906 getState() = StateType::getBestState(getState()); in indicatePessimisticFixpoint()
11702 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()