Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp344 NodePtr identifyPartialReduction(Value *R, Value *I);
1032 ComplexDeinterleavingGraph::identifyPartialReduction(Value *R, Value *I) { in identifyPartialReduction() function in ComplexDeinterleavingGraph
1064 if (NodePtr CN = identifyPartialReduction(R, I)) in identifyNode()