Searched refs:RootList (Results 1 – 3 of 3) sorted by relevance
116 SmallVector<BBInfo *, 10> RootList; in BuildBlockList() local155 RootList.push_back(PredInfo); in BuildBlockList()169 while (!RootList.empty()) { in BuildBlockList()170 Info = RootList.pop_back_val(); in BuildBlockList()
104 SmallVector<BBInfo*, 10> RootList; in BuildBlockList() local144 RootList.push_back(PredInfo); in BuildBlockList()158 while (!RootList.empty()) { in BuildBlockList()159 Info = RootList.pop_back_val(); in BuildBlockList()
61 static class RootList extends LinkedList<RootStringImpl> { } class in TestValueAnnotations324 RootList value = MAPPER.readValue("[ \"c\" ]", RootList.class); in testRootMapAs()