Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp2445 if (auto *IncomingInst = dyn_cast<Instruction>(U.get())) { in getIncomingStmtFor() local
2446 if (IncomingInst->getParent() == IncomingBB) { in getIncomingStmtFor()
2447 if (ScopStmt *IncomingStmt = getStmtFor(IncomingInst)) in getIncomingStmtFor()