Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DRegionPrinter.cpp77 RegionNode *destNode = *CI; in getEdgeAttributes() local
79 if (srcNode->isSubRegion() || destNode->isSubRegion()) in getEdgeAttributes()
84 BasicBlock *destBB = destNode->getNodeAs<BasicBlock>(); in getEdgeAttributes()