Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Transform/
DZoneAlgo.cpp938 auto *IncomingStmt = static_cast<ScopStmt *>(InTupleId.get_user()); in isNormalized() local
939 MemoryAccess *PHIRead = IncomingStmt->lookupPHIReadOf(PHI); in isNormalized()
1036 ScopStmt *IncomingStmt = MA->getStatement(); in computeNormalizedPHIs() local
1046 IncomingVal, IncomingStmt, IncomingStmt->getSurroundingLoop()); in computeNormalizedPHIs()
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp2596 void ScopBuilder::ensurePHIWrite(PHINode *PHI, ScopStmt *IncomingStmt, in ensurePHIWrite() argument
2608 if (!IncomingStmt) in ensurePHIWrite()
2616 ensureValueRead(IncomingValue, IncomingStmt); in ensurePHIWrite()
2619 if (MemoryAccess *Acc = IncomingStmt->lookupPHIWriteOf(PHI)) { in ensurePHIWrite()
2626 IncomingStmt, PHI, MemoryAccess::MUST_WRITE, PHI, PHI->getType(), true, in ensurePHIWrite()
DScopInfo.cpp2447 if (ScopStmt *IncomingStmt = getStmtFor(IncomingInst)) in getIncomingStmtFor() local
2448 return IncomingStmt; in getIncomingStmtFor()