Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64FalkorHWPFFix.cpp139 for (Loop *LIt : depth_first(L)) in run()
140 MadeChange |= runOnLoop(*LIt); in run()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp12277 auto LIt = LoadsMap.find(Ptr); in matchAssociativeReduction() local
12278 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() local
12321 if (LIt != LoadsMap.end()) { in matchAssociativeReduction()
12322 for (LoadInst *RLI: LIt->second) { in matchAssociativeReduction()
[all …]