Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2296 return getBestState();
2382 base_t Assumed = getBestState();
2459 return getBestState();
2596 static ConstantRange getBestState(uint32_t BitWidth) {
2600 return getBestState(IRS.getBitWidth());
3536 static DerefState getBestState() { return DerefState(); }
3537 static DerefState getBestState(const DerefState &) { return getBestState(); }
3871 static ValueSimplifyStateType getBestState(Type *Ty) {
3875 return getBestState(VS.Ty);
4407 static PotentialValuesState getBestState() {
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp415 T = StateType::getBestState(AAS); in clampReturnedValueStates()
439 StateType S(StateType::getBestState(this->getState())); in updateImpl()
481 T = StateType::getBestState(AAS); in clampCallSiteArgumentStates()
537 StateType S = StateType::getBestState(this->getState()); in updateImpl()
748 static State getBestState(const State &SIS) { return State(); } in getBestState() function
9936 auto NewS = StateType::getBestState(getState()); in giveUpOnIntraprocedural()
9951 getState() = StateType::getBestState(getState()); in indicatePessimisticFixpoint()
10551 getState() = PotentialLLVMValuesState::getBestState(); in updateImpl()
H A DOpenMPOpt.cpp660 static KernelInfoState getBestState() { return KernelInfoState(true); } in getBestState() function
662 static KernelInfoState getBestState(KernelInfoState &KIS) { in getBestState() function
663 return getBestState(); in getBestState()