Searched refs:LIt (Results 1 – 2 of 2) sorted by relevance
139 for (Loop *LIt : depth_first(L)) in run()140 MadeChange |= runOnLoop(*LIt); in run()
12277 auto LIt = LoadsMap.find(Ptr); in matchAssociativeReduction() local12278 if (LIt != LoadsMap.end()) { in matchAssociativeReduction()12279 for (LoadInst *RLI: LIt->second) { in matchAssociativeReduction()12286 for (LoadInst *RLI : LIt->second) { in matchAssociativeReduction()12294 if (LIt->second.size() > 2) { in matchAssociativeReduction()12296 hash_value(LIt->second.back()->getPointerOperand()); in matchAssociativeReduction()12297 DoNotReverseVals.insert(LIt->second.back()); in matchAssociativeReduction()12320 auto LIt = LoadsMap.find(Ptr); in matchAssociativeReduction() local12321 if (LIt != LoadsMap.end()) { in matchAssociativeReduction()12322 for (LoadInst *RLI: LIt->second) { in matchAssociativeReduction()[all …]