Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DRegionPrinter.cpp83 BasicBlock *destBB = destNode->getNodeAs<BasicBlock>(); in getEdgeAttributes() local
85 Region *R = RI->getRegionFor(destBB); in getEdgeAttributes()
88 if (R->getParent()->getEntry() == destBB) in getEdgeAttributes()
93 if (R->getEntry() == destBB && R->contains(srcBB)) in getEdgeAttributes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DRegionPrinter.cpp84 BasicBlock *destBB = destNode->getNodeAs<BasicBlock>(); in getEdgeAttributes() local
86 Region *R = G->getRegionFor(destBB); in getEdgeAttributes()
89 if (R->getParent()->getEntry() == destBB) in getEdgeAttributes()
94 if (R && R->getEntry() == destBB && R->contains(srcBB)) in getEdgeAttributes()
/external/llvm/lib/Analysis/
DRegionPrinter.cpp84 BasicBlock *destBB = destNode->getNodeAs<BasicBlock>(); in getEdgeAttributes() local
86 Region *R = G->getRegionFor(destBB); in getEdgeAttributes()
89 if (R->getParent()->getEntry() == destBB) in getEdgeAttributes()
94 if (R && R->getEntry() == destBB && R->contains(srcBB)) in getEdgeAttributes()