Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopGraphPrinter.cpp37 RegionNode *destNode = *CI; in getEdgeAttributes() local
39 if (srcNode->isSubRegion() || destNode->isSubRegion()) in getEdgeAttributes()
44 BasicBlock *destBB = destNode->getNodeAs<BasicBlock>(); in getEdgeAttributes()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DRegionPrinter.cpp65 RegionNode *destNode = *CI; in getEdgeAttributes() local
67 if (srcNode->isSubRegion() || destNode->isSubRegion()) in getEdgeAttributes()
72 BasicBlock *destBB = destNode->getNodeAs<BasicBlock>(); in getEdgeAttributes()