Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPrinter.cpp64 RegionNode *destNode = *CI; in getEdgeAttributes() local
66 if (srcNode->isSubRegion() || destNode->isSubRegion()) in getEdgeAttributes()
71 BasicBlock *destBB = destNode->getNodeAs<BasicBlock>(); in getEdgeAttributes()