Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h116 SmallVector<BBInfo *, 10> RootList; in BuildBlockList() local
155 RootList.push_back(PredInfo); in BuildBlockList()
169 while (!RootList.empty()) { in BuildBlockList()
170 Info = RootList.pop_back_val(); in BuildBlockList()
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h104 SmallVector<BBInfo*, 10> RootList; in BuildBlockList() local
144 RootList.push_back(PredInfo); in BuildBlockList()
158 while (!RootList.empty()) { in BuildBlockList()
159 Info = RootList.pop_back_val(); in BuildBlockList()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
DTestValueAnnotations.java61 static class RootList extends LinkedList<RootStringImpl> { } class in TestValueAnnotations
324 RootList value = MAPPER.readValue("[ \"c\" ]", RootList.class); in testRootMapAs()