Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp659 for (auto &CurrCandSet : FusionCandidates) { in collectFusionCandidates() local
660 if (isControlFlowEquivalent(*CurrCandSet.begin(), CurrCand)) { in collectFusionCandidates()
661 CurrCandSet.insert(CurrCand); in collectFusionCandidates()