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.cpp245 SmallPtrSet<Instruction *, 16> FinalInstructions; member in __anon87c1be940111::ComplexDeinterleavingGraph
1679 FinalInstructions.insert(InitPHI); in collectPotentialReductions()
1808 if (!FinalInstructions.count(I)) in checkNodes()
1847 if (!AllInstructions.count(I) || FinalInstructions.count(I)) in checkNodes()
1904 FinalInstructions.insert(Real); in identifyDeinterleave()
1905 FinalInstructions.insert(Imag); in identifyDeinterleave()
1996 FinalInstructions.insert(RealShuffle); in identifyDeinterleave()
1997 FinalInstructions.insert(ImagShuffle); in identifyDeinterleave()
2049 FinalInstructions.insert(Real); in identifySplat()
2050 FinalInstructions.insert(Imag); in identifySplat()
[all …]