Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopInfo.h2340 ScopStmt *getIncomingStmtFor(const Use &U) const;
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp2439 ScopStmt *Scop::getIncomingStmtFor(const Use &U) const { in getIncomingStmtFor() function in Scop
DScopBuilder.cpp1100 ScopStmt *OpStmt = scop->getIncomingStmtFor(PHI->getOperandUse(u)); in buildPHIAccesses()