Searched refs:GuardedBlock (Results 1 – 2 of 2) sorted by relevance
3095 BasicBlock *GuardedBlock = DuplicateInstructionsInSplitBetween( in threadGuard() local3097 assert(GuardedBlock && "Could not create the guarded block?"); in threadGuard()3105 << GuardedBlock->getName() << "\n"); in threadGuard()3121 NewPN->addIncoming(GuardedMapping[Inst], GuardedBlock); in threadGuard()
2760 BasicBlock *GuardedBlock = CheckBI->getSuccessor(0); in turnGuardIntoBranch() local2761 GuardedBlock->setName("guarded"); in turnGuardIntoBranch()2766 MSSAU->moveAllAfterSpliceBlocks(CheckBB, GuardedBlock, GI); in turnGuardIntoBranch()