Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1725 SmallVector<MemoryAccess *, 4> AccessesToCheck; in hasPartialIVCondition() local
1745 AccessesToCheck.push_back(MemUse->getDefiningAccess()); in hasPartialIVCondition()
1764 SmallVector<MemoryAccess *, 4> AccessesToCheck) in hasPartialIVCondition()
1800 while (!AccessesToCheck.empty()) { in hasPartialIVCondition()
1801 MemoryAccess *Current = AccessesToCheck.pop_back_val(); in hasPartialIVCondition()
1825 AccessesToCheck.push_back(cast<MemoryAccess>(U.getUser())); in hasPartialIVCondition()
1866 AccessesToCheck)) { in hasPartialIVCondition()
1871 AccessesToCheck)) { in hasPartialIVCondition()