Searched refs:PrevBlock (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPredicator.cpp209 VPBlockBase *PrevBlock = nullptr; local
215 // Linearize control flow by adding an unconditional edge between PrevBlock
218 if (PrevBlock && !VPLI->isLoopHeader(CurrBlock) &&
219 !VPBlockUtils::blockIsLoopLatch(PrevBlock, VPLI)) {
221 LLVM_DEBUG(dbgs() << "Linearizing: " << PrevBlock->getName() << "->"
224 PrevBlock->clearSuccessors();
226 VPBlockUtils::connectBlocks(PrevBlock, CurrBlock);
229 PrevBlock = CurrBlock;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1052 auto &PrevBlock = *std::prev(I)->second; local
1053 if (PrevBlock.getAddress() + PrevBlock.getSize() > B.getAddress())
1054 return overlapError(B, PrevBlock);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp2434 for (const auto *PrevBlock : SpecialBlocks) {
2435 unsigned PrevBlockID = PrevBlock->getBlockID();
2447 const Stmt *Terminator = PrevBlock->getTerminatorStmt();
2452 PrevBlock, CurrBlock);

Completed in 164 milliseconds