Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h2324 ScopStmt *getIncomingStmtFor(const Use &U) const;
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp2354 ScopStmt *Scop::getIncomingStmtFor(const Use &U) const { in getIncomingStmtFor() function in Scop
H A DScopBuilder.cpp1102 ScopStmt *OpStmt = scop->getIncomingStmtFor(PHI->getOperandUse(u)); in buildPHIAccesses()