HomeSort by: relevance | last modified time | path
    Searched refs:getBestState (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 1813 static constexpr base_t getBestState() { return BestState; }
1814 static constexpr base_t getBestState(const IntegerStateBase &) {
1815 return getBestState();
1901 base_t Assumed = getBestState();
1975 static constexpr base_t getBestState() { return BestState; }
1977 getBestState(const IncIntegerState<base_ty, BestState, WorstState> &) {
1978 return getBestState();
2115 static ConstantRange getBestState(uint32_t BitWidth) {
2118 static ConstantRange getBestState(const IntegerRangeState &IRS) {
2119 return getBestState(IRS.getBitWidth())
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 477 StateType S(StateType::getBestState(this->getState()));
576 StateType S = StateType::getBestState(this->getState());

Completed in 34 milliseconds