Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp13884 for (const auto &LoopAndBEInfo : BECounts) { in verify() local
13885 for (const ExitNotTakenInfo &ENT : LoopAndBEInfo.second.ExitNotTaken) { in verify()
13889 UserIt->second.contains({ LoopAndBEInfo.first, Predicated })) in verify()
13892 << *LoopAndBEInfo.first << " missing from BECountUsers\n"; in verify()