Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Interfaces/
DControlFlowInterfaces.cpp55 Block *destBB = op->getSuccessor(succNo); in verifyBranchSuccessorOperands() local
56 if (operandCount != destBB->getNumArguments()) in verifyBranchSuccessorOperands()
60 << destBB->getNumArguments(); in verifyBranchSuccessorOperands()
65 if ((*operandIt).getType() != destBB->getArgument(i).getType()) in verifyBranchSuccessorOperands()
/external/swiftshader/third_party/llvm-10.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()
/external/llvm-project/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-project/polly/lib/Analysis/
DScopGraphPrinter.cpp101 BasicBlock *destBB = destNode->getNodeAs<BasicBlock>(); in getEdgeAttributes() local
104 Region *R = RI->getRegionFor(destBB); in getEdgeAttributes()
107 if (R->getParent()->getEntry() == destBB) in getEdgeAttributes()
112 if (R && R->getEntry() == destBB && R->contains(srcBB)) in getEdgeAttributes()