Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp3088 BasicBlock *GuardedBlock = DuplicateInstructionsInSplitBetween( in threadGuard() local
3090 assert(GuardedBlock && "Could not create the guarded block?"); in threadGuard()
3098 << GuardedBlock->getName() << "\n"); in threadGuard()
3114 NewPN->addIncoming(GuardedMapping[Inst], GuardedBlock); in threadGuard()
H A DSimpleLoopUnswitch.cpp2781 BasicBlock *GuardedBlock = CheckBI->getSuccessor(0); in turnGuardIntoBranch() local
2782 GuardedBlock->setName("guarded"); in turnGuardIntoBranch()
2787 MSSAU->moveAllAfterSpliceBlocks(CheckBB, GuardedBlock, GI); in turnGuardIntoBranch()