Home
last modified time | relevance | path

Searched defs:WorkListType (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp190 struct WorkListType { struct
193 void push_back(Value *V) { in push_back()
201 Value *pop_front_val() { in pop_front_val()
208 bool empty() const { return Q.empty(); } in empty()
211 std::deque<Value *> Q;
212 std::set<Value *> S;