Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSpeculateAroundPHIs.cpp217 SmallPtrSet<BasicBlock *, 16> IncomingConstantBlocks; in isSafeAndProfitableToSpeculateAroundPHI() local
224 if (!IncomingConstantBlocks.insert(PN.getIncomingBlock(i)).second) in isSafeAndProfitableToSpeculateAroundPHI()