Searched refs:GuardedBlock (Results 1 – 2 of 2) sorted by relevance
2551 BasicBlock *GuardedBlock = CheckBI->getSuccessor(0); in turnGuardIntoBranch() local2552 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()
3040 BasicBlock *GuardedBlock = DuplicateInstructionsInSplitBetween( in threadGuard() local3042 assert(GuardedBlock && "Could not create the guarded block?"); in threadGuard()3050 << GuardedBlock->getName() << "\n"); in threadGuard()3066 NewPN->addIncoming(GuardedMapping[Inst], GuardedBlock); in threadGuard()