Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Support/
H A DVirtualInstruction.cpp81 MemoryAccess *InputMA = nullptr; in create() local
83 InputMA = UserStmt->lookupValueReadOf(Val); in create()
91 return VirtualUse(UserStmt, Val, ReadOnly, nullptr, InputMA); in create()
95 return VirtualUse(UserStmt, Val, ReadOnly, nullptr, InputMA); in create()
100 if (InputMA || (!Virtual && UserStmt != S->getStmtFor(Inst))) in create()
101 return VirtualUse(UserStmt, Val, Inter, nullptr, InputMA); in create()
143 if (InputMA && !Reproducible) in print()
144 OS << ' ' << InputMA; in print()
/llvm-project-15.0.7/polly/include/polly/Support/
H A DVirtualInstruction.h83 MemoryAccess *InputMA; variable
86 MemoryAccess *InputMA) in VirtualUse() argument
87 : User(User), Val(Val), Kind(Kind), ScevExpr(ScevExpr), InputMA(InputMA) { in VirtualUse()
151 MemoryAccess *getMemoryAccess() const { return InputMA; } in getMemoryAccess()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h1477 if (auto InputMA = lookupPHIReadOf(cast<PHINode>(Val))) { in lookupInputAccessOf() local
1481 return InputMA; in lookupInputAccessOf()
1484 if (auto *InputMA = lookupValueReadOf(Val)) in lookupInputAccessOf() local
1485 return InputMA; in lookupInputAccessOf()