Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp3095 BasicBlock *GuardedBlock = DuplicateInstructionsInSplitBetween( in threadGuard() local
3097 assert(GuardedBlock && "Could not create the guarded block?"); in threadGuard()
3105 << GuardedBlock->getName() << "\n"); in threadGuard()
3121 NewPN->addIncoming(GuardedMapping[Inst], GuardedBlock); in threadGuard()
H A DSimpleLoopUnswitch.cpp2760 BasicBlock *GuardedBlock = CheckBI->getSuccessor(0); in turnGuardIntoBranch() local
2761 GuardedBlock->setName("guarded"); in turnGuardIntoBranch()
2766 MSSAU->moveAllAfterSpliceBlocks(CheckBB, GuardedBlock, GI); in turnGuardIntoBranch()