Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2551 BasicBlock *GuardedBlock = CheckBI->getSuccessor(0); in turnGuardIntoBranch() local
2552 GuardedBlock->setName("guarded"); in turnGuardIntoBranch()
2560 MSSAU->moveAllAfterSpliceBlocks(CheckBB, GuardedBlock, GI); in turnGuardIntoBranch()
2572 DTUpdates.push_back({DominatorTree::Insert, GuardedBlock, Succ}); in turnGuardIntoBranch()
2577 L.addBasicBlockToLoop(GuardedBlock, LI); in turnGuardIntoBranch()
H A DJumpThreading.cpp3040 BasicBlock *GuardedBlock = DuplicateInstructionsInSplitBetween( in threadGuard() local
3042 assert(GuardedBlock && "Could not create the guarded block?"); in threadGuard()
3050 << GuardedBlock->getName() << "\n"); in threadGuard()
3066 NewPN->addIncoming(GuardedMapping[Inst], GuardedBlock); in threadGuard()