Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2601 BasicBlock *GuardedBlock = CheckBI->getSuccessor(0); in turnGuardIntoBranch() local
2602 GuardedBlock->setName("guarded"); in turnGuardIntoBranch()
2610 MSSAU->moveAllAfterSpliceBlocks(CheckBB, GuardedBlock, GI); in turnGuardIntoBranch()
2622 DTUpdates.push_back({DominatorTree::Insert, GuardedBlock, Succ}); in turnGuardIntoBranch()
2627 L.addBasicBlockToLoop(GuardedBlock, LI); in turnGuardIntoBranch()
H A DJumpThreading.cpp3024 BasicBlock *GuardedBlock = DuplicateInstructionsInSplitBetween( in threadGuard() local
3026 assert(GuardedBlock && "Could not create the guarded block?"); in threadGuard()
3034 << GuardedBlock->getName() << "\n"); in threadGuard()
3050 NewPN->addIncoming(GuardedMapping[Inst], GuardedBlock); in threadGuard()