Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Transform/
DMaximalStaticExpansion.cpp176 for (auto MA : S.getValueUses(SAI)) in isExpandable()
DDeLICM.cpp622 for (auto *MA : S->getValueUses(SAI)) in computeValueUses()
769 for (auto *MA : S->getValueUses(SAI)) { in mapValue()
/external/llvm-project/polly/include/polly/
DScopInfo.h2655 ArrayRef<MemoryAccess *> getValueUses(const ScopArrayInfo *SAI) const;
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp2532 ArrayRef<MemoryAccess *> Scop::getValueUses(const ScopArrayInfo *SAI) const { in getValueUses() function in Scop