Searched refs:GuardedBlock (Results 1 – 2 of 2) sorted by relevance
2641 BasicBlock *GuardedBlock = CheckBI->getSuccessor(0); in turnGuardIntoBranch() local2642 GuardedBlock->setName("guarded"); in turnGuardIntoBranch()2647 MSSAU->moveAllAfterSpliceBlocks(CheckBB, GuardedBlock, GI); in turnGuardIntoBranch()2659 DTUpdates.push_back({DominatorTree::Insert, GuardedBlock, Succ}); in turnGuardIntoBranch()2664 L.addBasicBlockToLoop(GuardedBlock, LI); in turnGuardIntoBranch()
3081 BasicBlock *GuardedBlock = DuplicateInstructionsInSplitBetween( in threadGuard() local3083 assert(GuardedBlock && "Could not create the guarded block?"); in threadGuard()3091 << GuardedBlock->getName() << "\n"); in threadGuard()3107 NewPN->addIncoming(GuardedMapping[Inst], GuardedBlock); in threadGuard()