Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopIdiomVectorize.cpp593 BranchInst *PHBranch = cast<BranchInst>(Preheader->getTerminator()); in expandFindMismatch() local
594 LLVMContext &Ctx = PHBranch->getContext(); in expandFindMismatch()
599 EndBlock = SplitBlock(Preheader, PHBranch, DT, LI, nullptr, "mismatch_end"); in expandFindMismatch()
848 BranchInst *PHBranch = cast<BranchInst>(Preheader->getTerminator()); in transformByteCompare() local
849 IRBuilder<> Builder(PHBranch); in transformByteCompare()
851 Builder.SetCurrentDebugLocation(PHBranch->getDebugLoc()); in transformByteCompare()
865 assert(PHBranch->isUnconditional() && in transformByteCompare()
877 PHBranch->eraseFromParent(); in transformByteCompare()