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