Searched refs:GuardedBlock (Results 1 – 2 of 2) sorted by relevance
2479 BasicBlock *GuardedBlock = CheckBI->getSuccessor(0); in turnGuardIntoBranch() local2480 GuardedBlock->setName("guarded"); in turnGuardIntoBranch()2488 MSSAU->moveAllAfterSpliceBlocks(CheckBB, GuardedBlock, GI); in turnGuardIntoBranch()2500 DTUpdates.push_back({DominatorTree::Insert, GuardedBlock, Succ}); in turnGuardIntoBranch()2505 L.addBasicBlockToLoop(GuardedBlock, LI); in turnGuardIntoBranch()
3041 BasicBlock *GuardedBlock = DuplicateInstructionsInSplitBetween( in threadGuard() local3043 assert(GuardedBlock && "Could not create the guarded block?"); in threadGuard()3051 << GuardedBlock->getName() << "\n"); in threadGuard()3067 NewPN->addIncoming(GuardedMapping[Inst], GuardedBlock); in threadGuard()