Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGTransforms.cpp33 if (auto *CondBit = VPBB->getCondBit()) { in VPInstructionsToVPRecipes() local
34 auto *NCondBit = new VPValue(CondBit->getUnderlyingValue()); in VPInstructionsToVPRecipes()
H A DVPlan.h354 VPValue *CondBit = nullptr; variable
488 VPValue *getCondBit() { return CondBit; } in getCondBit()
490 const VPValue *getCondBit() const { return CondBit; } in getCondBit()
492 void setCondBit(VPValue *CV) { CondBit = CV; } in setCondBit()
510 CondBit = Condition; in setTwoSuccessors()