Searched refs:onlyFirstPartUsed (Results 1 – 6 of 6) sorted by relevance
22 bool vputils::onlyFirstPartUsed(const VPValue *Def) { in onlyFirstPartUsed() function in vputils24 [Def](const VPUser *U) { return U->onlyFirstPartUsed(Def); }); in onlyFirstPartUsed()
26 bool onlyFirstPartUsed(const VPValue *Def);
288 virtual bool onlyFirstPartUsed(const VPValue *Op) const { in onlyFirstPartUsed() function
1123 bool onlyFirstPartUsed(const VPValue *Op) const override;1306 bool onlyFirstPartUsed(const VPValue *Op) const override { in onlyFirstPartUsed() function1781 bool onlyFirstPartUsed(const VPValue *Op) const override { in onlyFirstPartUsed() function1824 bool onlyFirstPartUsed(const VPValue *Op) const override { in onlyFirstPartUsed() function3258 bool onlyFirstPartUsed(const VPValue *Op) const override { in onlyFirstPartUsed() function
264 if (vputils::onlyFirstPartUsed(VPI)) { in unrollRecipeByUF()
1098 bool VPInstruction::onlyFirstPartUsed(const VPValue *Op) const { in onlyFirstPartUsed() function in VPInstruction1101 return vputils::onlyFirstPartUsed(this); in onlyFirstPartUsed()1109 return vputils::onlyFirstPartUsed(this); in onlyFirstPartUsed()