Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DAdornedCFG.h58 return BlockReachable[B.getBlockID()]; in isBlockReachable()
77 llvm::BitVector BlockReachable, in AdornedCFG() argument
81 BlockReachable(std::move(BlockReachable)), in AdornedCFG()
89 llvm::BitVector BlockReachable; variable
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DAdornedCFG.cpp76 llvm::BitVector BlockReachable(Cfg.getNumBlockIDs(), false); in findReachableBlocks() local
84 if (BlockReachable[Block->getBlockID()]) in findReachableBlocks()
87 BlockReachable[Block->getBlockID()] = true; in findReachableBlocks()
94 return BlockReachable; in findReachableBlocks()
172 llvm::BitVector BlockReachable = findReachableBlocks(*Cfg); in build() local
178 std::move(BlockReachable), in build()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3393 bool BlockReachable = ReachableBlocks.count(CurrBlock); in iterateTouchedInstructions() local
3397 if (!BlockReachable) { in iterateTouchedInstructions()