Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2124 return getBestState();
2210 base_t Assumed = getBestState();
2287 return getBestState();
2424 static ConstantRange getBestState(uint32_t BitWidth) {
2428 return getBestState(IRS.getBitWidth());
3219 static DerefState getBestState() { return DerefState(); }
3220 static DerefState getBestState(const DerefState &) { return getBestState(); }
3514 static ValueSimplifyStateType getBestState(Type *Ty) {
3518 return getBestState(VS.Ty);
4050 static PotentialValuesState getBestState() {
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp573 static KernelInfoState getBestState() { return KernelInfoState(true); } in getBestState() function
575 static KernelInfoState getBestState(KernelInfoState &KIS) { in getBestState() function
576 return getBestState(); in getBestState()
H A DAttributorAttributes.cpp516 StateType S(StateType::getBestState(this->getState())); in updateImpl()
615 StateType S = StateType::getBestState(this->getState()); in updateImpl()
900 static State getBestState(const State &SIS) { return State(); } in getBestState() function