reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Vectorize/VPlan.cpp
  203   if (EnableVPlanNativePath && (CBV = getCondBit())) {
lib/Transforms/Vectorize/VPlanHCFGTransforms.cpp
   32     if (auto *CondBit = VPBB->getCondBit()) {
lib/Transforms/Vectorize/VPlanPredicator.cpp
   39   VPValue *CBV = PredBB->getCondBit();
unittests/Transforms/Vectorize/VPlanHCFGTest.cpp
   47   EXPECT_EQ(nullptr, Entry->getCondBit());
   88   EXPECT_EQ(VecBB->getCondBit(), ICmp);
unittests/Transforms/Vectorize/VPlanPredicatorTest.cpp
   76   VPValue *CBV1 = InnerLoopH->getCondBit();
   77   VPValue *CBV2 = OuterIf->getCondBit();
  173   VPValue *OuterCBV = OuterIfCmpBlk->getCondBit();
  174   VPValue *InnerCBV = InnerIfCmpBlk->getCondBit();