Searched refs:TypeWorklist (Results 1 – 2 of 2) sorted by relevance
112 SmallVector<Type *, 4> TypeWorklist; in incorporateType() local113 TypeWorklist.push_back(Ty); in incorporateType()115 Ty = TypeWorklist.pop_back_val(); in incorporateType()125 TypeWorklist.push_back(SubTy); in incorporateType()126 } while (!TypeWorklist.empty()); in incorporateType()
3213 SmallVector<EVT> TypeWorklist; in getMemoryOpCost() local3214 TypeWorklist.push_back(VT); in getMemoryOpCost()3215 while (!TypeWorklist.empty()) { in getMemoryOpCost()3216 EVT CurrVT = TypeWorklist.pop_back_val(); in getMemoryOpCost()3224 TypeWorklist.push_back(EVT::getVectorVT(C, EltVT, PrevPow2)); in getMemoryOpCost()3225 TypeWorklist.push_back( in getMemoryOpCost()