Home
last modified time | relevance | path

Searched refs:BlocksToFoldInto (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp1243 SmallVector<BasicBlock*, 8> BlocksToFoldInto; in ProcessBranchOnXOR() local
1249 BlocksToFoldInto.push_back(XorOpValues[i].second); in ProcessBranchOnXOR()
1254 if (BlocksToFoldInto.size() == in ProcessBranchOnXOR()
1273 return DuplicateCondBranchOnPHIIntoPred(BB, BlocksToFoldInto); in ProcessBranchOnXOR()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1378 SmallVector<BasicBlock*, 8> BlocksToFoldInto; in ProcessBranchOnXOR() local
1383 BlocksToFoldInto.push_back(XorOpValue.second); in ProcessBranchOnXOR()
1388 if (BlocksToFoldInto.size() == in ProcessBranchOnXOR()
1407 return DuplicateCondBranchOnPHIIntoPred(BB, BlocksToFoldInto); in ProcessBranchOnXOR()