Home
last modified time | relevance | path

Searched refs:getCondBit (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp54 assert(VPB->getCondBit() && "Missing condition bit!"); in verifyBlocksInRegion()
56 assert(!VPB->getCondBit() && "Unexpected condition bit!"); in verifyBlocksInRegion()
H A DVPlanPredicator.cpp39 VPValue *CBV = PredBB->getCondBit(); in getOrCreateNotPredicate()
H A DVPlan.cpp191 VPValue *VPBlockBase::getCondBit() { in getCondBit() function in VPBlockBase
195 const VPValue *VPBlockBase::getCondBit() const { in getCondBit() function in VPBlockBase
338 if (EnableVPlanNativePath && (CBV = getCondBit())) { in execute()
431 if (const VPValue *CBV = getCondBit()) { in print()
H A DVPlan.h560 VPValue *getCondBit();
562 const VPValue *getCondBit() const;