Searched refs:srcBB (Results 1 – 3 of 3) sorted by relevance
82 BasicBlock *srcBB = srcNode->getNodeAs<BasicBlock>(); in getEdgeAttributes() local93 if (R->getEntry() == destBB && R->contains(srcBB)) in getEdgeAttributes()
83 BasicBlock *srcBB = srcNode->getNodeAs<BasicBlock>(); in getEdgeAttributes() local94 if (R && R->getEntry() == destBB && R->contains(srcBB)) in getEdgeAttributes()