Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopBuilder.h616 void ensurePHIWrite(PHINode *PHI, ScopStmt *IncomintStmt,
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp1112 ensurePHIWrite(PHI, OpStmt, OpBB, Op, IsExitBlock); in buildPHIAccesses()
2596 void ScopBuilder::ensurePHIWrite(PHINode *PHI, ScopStmt *IncomingStmt, in ensurePHIWrite() function in ScopBuilder