Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp232 SmallPtrSet<Instruction *, 16> FinalInstructions; member in __anond8caac5c0111::ComplexDeinterleavingGraph
1508 FinalInstructions.insert(InitPHI); in collectPotentialReductions()
1584 if (!FinalInstructions.count(I)) in checkNodes()
1683 FinalInstructions.insert(Real); in identifyDeinterleave()
1684 FinalInstructions.insert(Imag); in identifyDeinterleave()
1775 FinalInstructions.insert(RealShuffle); in identifyDeinterleave()
1776 FinalInstructions.insert(ImagShuffle); in identifyDeinterleave()
1825 FinalInstructions.insert(Real); in identifySplat()
1826 FinalInstructions.insert(Imag); in identifySplat()
1879 FinalInstructions.insert(MaskA); in identifySelectNode()
[all …]