Searched refs:GuardedBlock (Results 1 – 2 of 2) sorted by relevance
3127 BasicBlock *GuardedBlock = DuplicateInstructionsInSplitBetween( in threadGuard() local3129 assert(GuardedBlock && "Could not create the guarded block?"); in threadGuard()3137 << GuardedBlock->getName() << "\n"); in threadGuard()3153 NewPN->addIncoming(GuardedMapping[Inst], GuardedBlock); in threadGuard()
2787 BasicBlock *GuardedBlock = CheckBI->getSuccessor(0); in turnGuardIntoBranch() local2788 GuardedBlock->setName("guarded"); in turnGuardIntoBranch()2793 MSSAU->moveAllAfterSpliceBlocks(CheckBB, GuardedBlock, GI); in turnGuardIntoBranch()