Home
last modified time | relevance | path

Searched refs:SuccQueue (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DReorderAlgorithm.cpp562 SuccQueue(ClusterComp); in reorderBasicBlocks() local
568 SuccQueue.push(Target.first); in reorderBasicBlocks()
571 while (!SuccQueue.empty()) { in reorderBasicBlocks()
572 Stack.push(SuccQueue.top()); in reorderBasicBlocks()
573 SuccQueue.pop(); in reorderBasicBlocks()