Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp605 FusionCandidate CurrCand(L, &DT, &PDT, ORE); in collectFusionCandidates() local
606 if (!CurrCand.isEligibleForFusion(SE)) in collectFusionCandidates()
617 if (isControlFlowEquivalent(*CurrCandSet.begin(), CurrCand)) { in collectFusionCandidates()
618 CurrCandSet.insert(CurrCand); in collectFusionCandidates()
622 LLVM_DEBUG(dbgs() << "Adding " << CurrCand in collectFusionCandidates()
632 LLVM_DEBUG(dbgs() << "Adding " << CurrCand << " to new set\n"); in collectFusionCandidates()
635 NewCandSet.insert(CurrCand); in collectFusionCandidates()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp644 FusionCandidate CurrCand(L, &DT, &PDT, ORE, PP); in collectFusionCandidates() local
645 if (!CurrCand.isEligibleForFusion(SE)) in collectFusionCandidates()
656 if (isControlFlowEquivalent(*CurrCandSet.begin(), CurrCand)) { in collectFusionCandidates()
657 CurrCandSet.insert(CurrCand); in collectFusionCandidates()
661 LLVM_DEBUG(dbgs() << "Adding " << CurrCand in collectFusionCandidates()
671 LLVM_DEBUG(dbgs() << "Adding " << CurrCand << " to new set\n"); in collectFusionCandidates()
674 NewCandSet.insert(CurrCand); in collectFusionCandidates()