Searched defs:RootList (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h103 SmallVector<BBInfo*, 10> RootList; local
112 // blocks on the RootList.
143 RootList.push_back(PredInfo);
157 while (!RootList.empty()) {
158 Info = RootList.pop_back_val();

Completed in 210 milliseconds