Home
last modified time | relevance | path

Searched refs:lookupInputAccessOf (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/polly/lib/Transform/
DDeLICM.cpp1045 if (auto *WrittenValInputMA = TargetStmt->lookupInputAccessOf(WrittenVal)) in collapseScalarsToStore()
1099 PHIWriteStmt->lookupInputAccessOf(Incoming.second); in collapseScalarsToStore()
DForwardOpTree.cpp638 MemoryAccess *Access = TargetStmt->lookupInputAccessOf(Inst); in reloadKnownContent()
/external/llvm-project/polly/include/polly/
DScopInfo.h1482 MemoryAccess *lookupInputAccessOf(Value *Val) const { in lookupInputAccessOf() function
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp1365 MemoryAccess *Access = lookupInputAccessOf(V); in ensureValueRead()