Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp138 for (Loop *LIt : depth_first(L)) in run()
139 MadeChange |= runOnLoop(*LIt); in run()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2092 auto LIt = LChain.find(ROffs.first); in isInTheSameTranslationUnit() local
2093 if (LIt != LChain.end()) { in isInTheSameTranslationUnit()
2095 LOffs = LIt->second.DecomposedLoc; in isInTheSameTranslationUnit()
2096 LChild = LIt->second.ChildFID; in isInTheSameTranslationUnit()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp375 if (auto LIt = ScopesOfL.find(F.Scope); LIt != ScopesOfL.end()) { in shared_parent() local
377 F.VarIter = std::min(F.VarIter, LIt->getSecond()); in shared_parent()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp17049 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()