Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp180 struct WorkListType { struct
183 void push_back(Value *V) { in push_back()
189 Value *pop_front_val() { in pop_front_val()
196 bool empty() const { return Q.empty(); } in empty()
199 std::deque<Value *> Q;
200 std::set<Value *> S;