Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp28 template<typename T> struct DeadCodeElimination::SetQueue { struct in DeadCodeElimination
29 SetQueue() : Set(), Queue() {} in SetQueue() function
31 bool empty() const { in empty()
34 T pop_front() { in pop_front()
40 void push_back(T V) { in push_back()
48 DenseSet<T> Set;
49 std::queue<T> Queue;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp28 template<typename T> struct DeadCodeElimination::SetQueue { struct in DeadCodeElimination
29 SetQueue() : Set(), Queue() {} in SetQueue() argument
31 bool empty() const { in empty()
34 T pop_front() { in pop_front()
40 void push_back(T V) { in push_back()
48 DenseSet<T> Set;
49 std::queue<T> Queue;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp28 template<typename T> struct DeadCodeElimination::SetQueue { struct in DeadCodeElimination
29 SetQueue() : Set(), Queue() {} in SetQueue() function
31 bool empty() const { in empty()
34 T pop_front() { in pop_front()
40 void push_back(T V) { in push_back()
48 DenseSet<T> Set;
49 std::queue<T> Queue;