Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp358 VPInstruction *VPlanSlp::buildGraph(ArrayRef<VPValue *> Values) { in buildGraph() function in VPlanSlp
405 CombinedOperands.push_back(buildGraph(Operands)); in buildGraph()
424 VPInstruction *NewOp = buildGraph(Ops.second); in buildGraph()
441 CombinedOperands.push_back(buildGraph(Operands)); in buildGraph()
H A DVPlan.h1626 VPInstruction *buildGraph(ArrayRef<VPValue *> Operands);