Searched defs:getBestState (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp789 static State getBestState(const State &SIS) { return State(); } function in struct:AA::PointerInfo::State
H A DOpenMPOpt.cpp791 static KernelInfoState getBestState() { return KernelInfoState(true); } function in struct:__anon2850::KernelInfoState
793 static KernelInfoState getBestState(KernelInfoState &KIS) { function in struct:__anon2850::KernelInfoState
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2648 static constexpr base_t getBestState() { return BestState; } function in struct:IntegerStateBase
2649 static constexpr base_t getBestState(const IntegerStateBase &) { function in struct:IntegerStateBase
2813 static constexpr base_t getBestState() { return BestState; } function in struct:IncIntegerState
2815 getBestState(const IncIntegerState<base_ty, BestState, WorstState> &) { function in struct:IncIntegerState
2953 static ConstantRange getBestState(uint32_t BitWidth) { function in struct:IntegerRangeState
2956 static ConstantRange getBestState(const IntegerRangeState &IRS) { function in struct:IntegerRangeState
4072 static DerefState getBestState() { return DerefState(); } function in struct:DerefState
4073 static DerefState getBestState(const DerefState &) { return getBestState(); } function in struct:DerefState
4429 static ValueSimplifyStateType getBestState(Type *Ty) { function in struct:ValueSimplifyStateType
4432 static ValueSimplifyStateType getBestState(const ValueSimplifyStateType &VS) { function in struct:ValueSimplifyStateType
5014 static PotentialValuesState getBestState() { function in struct:PotentialValuesState
5018 static PotentialValuesState getBestState(const PotentialValuesState &PVS) { function in struct:PotentialValuesState
[all...]

Completed in 186 milliseconds