Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2473 return getBestState();
2559 base_t Assumed = getBestState();
2636 return getBestState();
2773 static ConstantRange getBestState(uint32_t BitWidth) {
2777 return getBestState(IRS.getBitWidth());
3703 static DerefState getBestState() { return DerefState(); }
3704 static DerefState getBestState(const DerefState &) { return getBestState(); }
4038 static ValueSimplifyStateType getBestState(Type *Ty) {
4042 return getBestState(VS.Ty);
4576 static PotentialValuesState getBestState() {
[all …]
/openbsd/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()