Searched refs:BlocksToFoldInto (Results 1 – 2 of 2) sorted by relevance
1243 SmallVector<BasicBlock*, 8> BlocksToFoldInto; in ProcessBranchOnXOR() local1249 BlocksToFoldInto.push_back(XorOpValues[i].second); in ProcessBranchOnXOR()1254 if (BlocksToFoldInto.size() == in ProcessBranchOnXOR()1273 return DuplicateCondBranchOnPHIIntoPred(BB, BlocksToFoldInto); in ProcessBranchOnXOR()
1378 SmallVector<BasicBlock*, 8> BlocksToFoldInto; in ProcessBranchOnXOR() local1383 BlocksToFoldInto.push_back(XorOpValue.second); in ProcessBranchOnXOR()1388 if (BlocksToFoldInto.size() == in ProcessBranchOnXOR()1407 return DuplicateCondBranchOnPHIIntoPred(BB, BlocksToFoldInto); in ProcessBranchOnXOR()