Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopBuilder.h642 void addPHIReadAccess(ScopStmt *PHIStmt, PHINode *PHI);
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp1116 addPHIReadAccess(PHIStmt, PHI); in buildPHIAccesses()
2633 void ScopBuilder::addPHIReadAccess(ScopStmt *PHIStmt, PHINode *PHI) { in addPHIReadAccess() function in ScopBuilder