Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp677 FusionCandidateSet NewCandSet; in collectFusionCandidates() local
678 NewCandSet.insert(CurrCand); in collectFusionCandidates()
679 FusionCandidates.push_back(NewCandSet); in collectFusionCandidates()