Searched refs:IncomingStmt (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/polly/lib/Transform/ |
D | ZoneAlgo.cpp | 938 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/ |
D | ScopBuilder.cpp | 2596 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()
|
D | ScopInfo.cpp | 2447 if (ScopStmt *IncomingStmt = getStmtFor(IncomingInst)) in getIncomingStmtFor() local 2448 return IncomingStmt; in getIncomingStmtFor()
|