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.cpp682 for (auto &CurrCandSet : FusionCandidates) { in collectFusionCandidates() local
683 if (isControlFlowEquivalent(*CurrCandSet.begin(), CurrCand)) { in collectFusionCandidates()
684 CurrCandSet.insert(CurrCand); in collectFusionCandidates()