Searched refs:sequentialLoops (Results 1 – 2 of 2) sorted by relevance
57 llvm::SmallDenseSet<Value, 8> *sequentialLoops);
1102 llvm::SmallDenseSet<Value, 8> sequentialLoops; in getComputationSliceState() local1108 &sequentialLoops); in getComputationSliceState()1127 if (sequentialLoops.count(iv) == 0 && in getComputationSliceState()1349 llvm::SmallDenseSet<Value, 8> *sequentialLoops) { in getSequentialLoops() argument1353 sequentialLoops->insert(innerFor.getInductionVar()); in getSequentialLoops()