Searched refs:IncomingStmt (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/polly/lib/Transform/ |
| H A D | ZoneAlgo.cpp | 945 auto *IncomingStmt = static_cast<ScopStmt *>(InTupleId.get_user()); in isNormalized() local 946 MemoryAccess *PHIRead = IncomingStmt->lookupPHIReadOf(PHI); in isNormalized() 1050 ScopStmt *IncomingStmt = MA->getStatement(); in computeNormalizedPHIs() local 1060 IncomingVal, IncomingStmt, IncomingStmt->getSurroundingLoop()); in computeNormalizedPHIs()
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopBuilder.cpp | 2407 void ScopBuilder::ensurePHIWrite(PHINode *PHI, ScopStmt *IncomingStmt, in ensurePHIWrite() argument 2419 if (!IncomingStmt) in ensurePHIWrite() 2427 ensureValueRead(IncomingValue, IncomingStmt); in ensurePHIWrite() 2430 if (MemoryAccess *Acc = IncomingStmt->lookupPHIWriteOf(PHI)) { in ensurePHIWrite() 2437 IncomingStmt, PHI, MemoryAccess::MUST_WRITE, PHI, PHI->getType(), true, in ensurePHIWrite()
|
| H A D | ScopInfo.cpp | 2362 if (ScopStmt *IncomingStmt = getStmtFor(IncomingInst)) in getIncomingStmtFor() local 2363 return IncomingStmt; in getIncomingStmtFor()
|