Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1255 NewPlan->addLiveOut(LO->getPhi(), Old2NewVPValues[LO->getOperand(0)]); in duplicate()
H A DVPlan.h728 PHINode *getPhi() const { return Phi; } in getPhi() function
H A DVPlanRecipes.cpp223 getPhi()->printAsOperand(O); in print()