Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h55 BBInfo *findAndCompressGroup(BBInfo *G) { in findAndCompressGroup() function
57 G->Group = findAndCompressGroup(static_cast<BBInfo *>(G->Group)); in findAndCompressGroup()
64 BBInfo *BB1G = findAndCompressGroup(&getBBInfo(BB1)); in unionGroups()
65 BBInfo *BB2G = findAndCompressGroup(&getBBInfo(BB2)); in unionGroups()