Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp683 for (auto &CurrCandSet : FusionCandidates) { in collectFusionCandidates() local
684 if (isControlFlowEquivalent(*CurrCandSet.begin(), CurrCand)) { in collectFusionCandidates()
685 CurrCandSet.insert(CurrCand); in collectFusionCandidates()