Searched refs:GuardBlock (Results 1 – 2 of 2) sorted by relevance
1086 auto *GuardBlock = FC.GuardBranch->getParent(); in isEmptyGuardBlock() local1091 if (CmpInst->getParent() == GuardBlock) in isEmptyGuardBlock()1092 return GuardBlock->size() == 2; in isEmptyGuardBlock()1094 return GuardBlock->size() == 1; in isEmptyGuardBlock()
1154 static void reconnectPhis(BasicBlock *Out, BasicBlock *GuardBlock, in reconnectPhis() argument1178 Phi->addIncoming(NewPhi, GuardBlock); in reconnectPhis()