Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
427 if (const VPValue *CBV = getCondBit()) { in print()
H A DVPlan.h553 VPValue *getCondBit();
555 const VPValue *getCondBit() const;