Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DCFGMST.h47 BBInfo *findAndCompressGroup(BBInfo *G) { in findAndCompressGroup() function
49 G->Group = findAndCompressGroup(static_cast<BBInfo *>(G->Group)); in findAndCompressGroup()
56 BBInfo *BB1G = findAndCompressGroup(&getBBInfo(BB1)); in unionGroups()
57 BBInfo *BB2G = findAndCompressGroup(&getBBInfo(BB2)); in unionGroups()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DCFGMST.h54 BBInfo *findAndCompressGroup(BBInfo *G) { in findAndCompressGroup() function
56 G->Group = findAndCompressGroup(static_cast<BBInfo *>(G->Group)); in findAndCompressGroup()
63 BBInfo *BB1G = findAndCompressGroup(&getBBInfo(BB1)); in unionGroups()
64 BBInfo *BB2G = findAndCompressGroup(&getBBInfo(BB2)); in unionGroups()