Searched refs:LIt (Results 1 – 4 of 4) sorted by relevance
138 for (Loop *LIt : depth_first(L)) in run()139 MadeChange |= runOnLoop(*LIt); in run()
2092 auto LIt = LChain.find(ROffs.first); in isInTheSameTranslationUnit() local2093 if (LIt != LChain.end()) { in isInTheSameTranslationUnit()2095 LOffs = LIt->second.DecomposedLoc; in isInTheSameTranslationUnit()2096 LChild = LIt->second.ChildFID; in isInTheSameTranslationUnit()
375 if (auto LIt = ScopesOfL.find(F.Scope); LIt != ScopesOfL.end()) { in shared_parent() local377 F.VarIter = std::min(F.VarIter, LIt->getSecond()); in shared_parent()
17049 auto LIt = LoadsMap.find(Ptr); in matchAssociativeReduction() local 17050 if (LIt != LoadsMap.end()) { in matchAssociativeReduction() 17051 for (LoadInst *RLI : LIt->second) { in matchAssociativeReduction() 17057 for (LoadInst *RLI : LIt->second) { in matchAssociativeReduction() 17064 if (LIt->second.size() > 2) { in matchAssociativeReduction() 17066 hash_value(LIt->second.back()->getPointerOperand()); in matchAssociativeReduction()