Searched refs:TypeWorklist (Results 1 – 2 of 2) sorted by relevance
126 SmallVector<Type *, 4> TypeWorklist; in incorporateType() local127 TypeWorklist.push_back(Ty); in incorporateType()129 Ty = TypeWorklist.pop_back_val(); in incorporateType()139 TypeWorklist.push_back(SubTy); in incorporateType()140 } while (!TypeWorklist.empty()); in incorporateType()
3487 SmallVector<EVT> TypeWorklist; in getMemoryOpCost() local3488 TypeWorklist.push_back(VT); in getMemoryOpCost()3489 while (!TypeWorklist.empty()) { in getMemoryOpCost()3490 EVT CurrVT = TypeWorklist.pop_back_val(); in getMemoryOpCost()3498 TypeWorklist.push_back(EVT::getVectorVT(C, EltVT, PrevPow2)); in getMemoryOpCost()3499 TypeWorklist.push_back( in getMemoryOpCost()